Download the PHP package arhitov/laravel-billing without Composer
On this page you can find all versions of the php package arhitov/laravel-billing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arhitov/laravel-billing
More information about arhitov/laravel-billing
Files in arhitov/laravel-billing
Package laravel-billing
Short Description Billing module for laravel projects
License MIT
Homepage https://github.com/arhitov/laravel-billing
Informations about the package laravel-billing
Laravel Billing
Billing module for Laravel projects with support for transactions, invoicing, subscriptions, working with omnipay gateways and acquiring.
Possibilities
- Multi-balance
- Operations history
- Saved credit cards
- Subscriptions
- Using omnipay gateway
- Webhook controller
- Using Omnireceipt Fiscal
Sponsor my work!
If you think this package helped you in any way, you can sponsor me! I am a free developer, so your help will be very helpful to me. :blush:
Deployment
Preparation
Append ServiceProvider Arhitov\LaravelBilling\Providers\PackageServiceProvider in the config/app.php file to the “providers” block. Add the BillableInterface interface and the BillableTrait trait to the payment model.
Configuration setup.
Publish the configuration and make changes as needed. Will create a file "config/billing.php".
Migration.
Publish the migration and make any necessary changes if necessary. For example, specify the database connection to be used. By default, the default connection is used.
Attention! Migration should only be performed after the configuration has been configured.
Masterminds
The following repositories inspired me:
- laravel/cashier-stripe I express my gratitude to the authors of the above repositories.
License
The script is open-sourced software licensed under the MIT license.
Authors
Alexander Arhitov [email protected]
Welcome here! :metal:
All versions of laravel-billing with dependencies
arhitov/laravel-helpers Version ^0.1
arhitov/laravel-package-helpers Version >0.2
laravel/framework Version ^10
omnipay/common Version ^3.3
omnireceipt/common Version ^1.4
watson/validating Version ^8.2
nesbot/carbon Version ^2