Download the PHP package shapecode/subscription-bundle without Composer
On this page you can find all versions of the php package shapecode/subscription-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shapecode/subscription-bundle
More information about shapecode/subscription-bundle
Files in shapecode/subscription-bundle
Package subscription-bundle
Short Description Symfony Bundle for manage user subscriptions
License MIT
Homepage https://github.com/terox/SubscriptionBundle
Informations about the package subscription-bundle
Shapecode - Subscription Bundle
SubscriptionBundle helps you to create and manage subscriptions services (also known as plans) for your users in your application.
The SubscriptionBundle fits perfectly in your Symfony application and your models. It don't cares about what persistence layer are you using (a http://www.redis.io...); it only provides an easy and solid base where start to handle this type of products in your Symfony applications.
Features
- Trying to maintain a easy, solid, well-documented and agnostic base to start to work without headaches.
- Many actions allowed on to subscriptions: active, expire, disable and renew with his appropriate events.
- Extensible: you can extend and change the out-of-the-box features creating your own strategies that determine how a subscription should be handled to fit to your requirements.
Compatible
- Symfony 3.3+/4+ applications with Doctrine
Documentation
- Quick Start
- Guide
-
Strategies
- CookBooks/Examples:
- Symfony 4 example sandbox with doctrine
Quick start
1. Download the bundle:
2. Enable the bundle in Symfony Application (only Symfony 3):
3. Configure the bundle:
Read the complete configuration reference for more configuration options or tweaks.
License
This software is published under the MIT License
Contributing
I will be very happy if you want to contribute fixing some issue, providing new strategies or whatever you want. Thanks!
Info
Porject forked from terox/SubscriptionBundle
All versions of subscription-bundle with dependencies
symfony/yaml Version ^3.3|^4
symfony/framework-bundle Version ^3.3|^4
symfony/console Version ^3.3|^4
symfony/event-dispatcher Version ^3.3|^4
symfony/security Version ^3.3|^4
symfony/monolog-bundle Version ^3.1