thinkawitch / subscription-bundle
Subscriptions for Symfony
Package info
github.com/thinkawitch/subscription-bundle
Type:symfony-bundle
pkg:composer/thinkawitch/subscription-bundle
v0.0.2
2025-10-20 17:51 UTC
Requires
- php: >=8.1
- doctrine/collections: ^2.2
- symfony/console: 6.4.*
- symfony/event-dispatcher: 6.4.*
- symfony/framework-bundle: 6.4.*
- symfony/monolog-bundle: ^3.1
- symfony/security-bundle: 6.4.*
- symfony/yaml: 6.4.*
Requires (Dev)
- ext-uopz: >=7
- mockery/mockery: ^1.6
- slope-it/clock-mock: ^0.5.0
- symfony/test-pack: ^1.1
This package is auto-updated.
Last update: 2026-03-20 19:04:55 UTC
README
Bundle to make it easier to manage subscriptions in your application: create, renew, cancel.
Requirements
- PHP 8.1+
- Symfony 6.4
Resources
- terox/SubscriptionBundle the original bundle made for Symfony 3 / 4
- shapecode/subscription-bundle other bundle you maybe interested in