Download the PHP package soap/laravel-subscriptions without Composer
On this page you can find all versions of the php package soap/laravel-subscriptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soap/laravel-subscriptions
More information about soap/laravel-subscriptions
Files in soap/laravel-subscriptions
Package laravel-subscriptions
Short Description Subscription management package for Laravel application.
License MIT
Homepage https://github.com/soap/laravel-subscriptions
Informations about the package laravel-subscriptions
Subscription management package for Laravel application.
Soap Laravel 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.
- 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.
Version Support
Laravel Subscriptions Larvel Version 1.x 10.x, 11.x on PHP 8.2 and 8.3w 1
Support us
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Rinvex for their excellent package, laravel-subscriptions (code base for this package)
- Prasit Gebsaap
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-subscriptions with dependencies
illuminate/console Version ^10.0|^11.0
illuminate/contracts Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
laravel/pint Version ^1.18
spatie/eloquent-sortable Version ^4.0.1
spatie/laravel-package-tools Version ^1.10
spatie/laravel-sluggable Version ^3.0
spatie/laravel-translatable Version ^6.0.0