mo7zayed/laravel-subscriptions

Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.


README

Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.

Packagist Scrutinizer Code Quality Travis StyleCI License

Considerations

  • Payments are out of scope for this package.
  • You may want to extend some of the core models, in case you need to override the logic behind some helper methods like renew(), cancel() etc. E.g.: when cancelling a subscription you may want to also cancel the recurring payment attached.

Installation

  1. Install the package via composer:

    composer require mo7zayed/laravel-subscriptions "dev-master"
  2. Publish resources (migrations and config files):

    php artisan rinvex:publish:subscriptions
  3. Execute migrations via the following command:

    php artisan rinvex:migrate:subscriptions
  4. Done!

Docs

Please continue reading the docs on https://github.com/rinvex/laravel-subscriptions