https://github.com/simpleweb/saasbundle
Symfony2 bundle that makes it easier to build subscription-based SaaS products
https://github.com/simpleweb/saasbundle
Last synced: 8 months ago
JSON representation
Symfony2 bundle that makes it easier to build subscription-based SaaS products
- Host: GitHub
- URL: https://github.com/simpleweb/saasbundle
- Owner: simpleweb
- Created: 2014-04-07T12:29:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T06:43:55.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T01:41:26.574Z (about 1 year ago)
- Language: PHP
- Size: 260 KB
- Stars: 24
- Watchers: 17
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimplewebSaaSBundle
===================
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](https://github.com/simpleweb/SaaSBundle/blob/master/Resources/doc/index.md)
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:
[Resources/meta/LICENSE](https://github.com/simpleweb/SaaSBundle/blob/master/Resources/meta/LICENSE)
About
-----
SaaSBundle is a [Simpleweb](https://github.com/simpleweb) initiative.
See also the list of [contributors](https://github.com/simpleweb/SaaSBundle/contributors).
Reporting an issue or a feature request
---------------------------------------
Issues and feature requests are tracked in the [GitHub issue tracker](https://github.com/simpleweb/SaaSBundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.