Download the PHP package asorasoft/bill without Composer
On this page you can find all versions of the php package asorasoft/bill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download asorasoft/bill
More information about asorasoft/bill
Files in asorasoft/bill
Package bill
Short Description The subscription plan billing for Laravel
License MIT
Homepage https://github.com/helmab/bill
Informations about the package bill
Bill for Laravel
The subscription plan billing for Laravel
Installation
You can install the package via composer:
Register BillServiceProvider
class in config/app.php
You need to publish the configuration file, it will create bill.php
file
Copy bill key configuration to .env
file
Usage
Create or update customer
Get customer and plans
Subscribe a plan
Change plan request
Renewal Plan Request
Get invoices list
Downloading an invoice
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mab Hel
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of bill with dependencies
guzzlehttp/guzzle Version ^5.3 || ^6.5 || ^7.3
illuminate/support Version ^5.0 || ^6.0 || ^7.0 || ^8.0
ext-json Version *