chelsymooy Subscriptions designed for recurring subscription plan.
chelsymooy/laravel-subscription is a Laravel package for chelsymooy subscriptions designed for recurring subscription plan..
It currently has 1 GitHub stars and 57 downloads on Packagist.
Install it with composer require chelsymooy/laravel-subscription.
Discover more Laravel packages by chelsymooy
or browse all Laravel packages to compare alternatives.
Last updated
Chelsymooy 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.
renew(), cancel() etc. E.g.: when cancelling a subscription you may want to also cancel the recurring payment attached.Install the package via composer:
composer require chelsymooy/laravel-subscription
Publish resources (migrations and config files):
php artisan vendor:publish
Add service provider in config/app.php:
Chelsymooy\Subscriptions\Providers\SubscriptionServiceProvider::class,
Execute migrations via the following command:
php artisan migrate
Done!
(COMING SOON)
(COMING SOON)
(COMING SOON)
(COMING SOON)
(COMING SOON)
Chelsymooy Subscriptions uses 4 models:
Chelsymooy\Subscriptions\Models\Plan;
Chelsymooy\Subscriptions\Models\PlanPrice;
Chelsymooy\Subscriptions\Models\Subscription;
Chelsymooy\Subscriptions\Models\Bill;
Refer to the Changelog for a full history of the project.
The following support channels are available at your fingertips:
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
If you discover a security vulnerability within this project, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Chelsymooy is a software developer specialized in web & android applications.
This software is released under The MIT License (MIT).
(c) 2020 Chelsymooy LLC, Some rights reserved.