simpleweb / saas-bundle
Symfony2 bundle that makes it easier to build subscription-based SaaS products
Installs: 211
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 18
Forks: 10
Open Issues: 4
Type:symfony-bundle
Requires
- php: ~5.4
- lexik/currency-bundle: ~1.2
- symfony/form: ~2.4
- symfony/framework-bundle: ~2.4
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-12-21 16:31:02 UTC
README
The SaaSBundle makes it easier to build subscription-based SaaS products in Symfony2. It provides a flexible framework for managing users, plans and features.
Features include:
- users buy into a plan
- plans have many features
- plan details and features are copied over to the user when purchased
- changes to plans do not affect existing subscribers
- user features can be manually adjusted
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
About
SaaSBundle is a Simpleweb initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the GitHub issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.