arhitov/laravel-billing
最新稳定版本:0.3.4
Composer 安装命令:
composer require arhitov/laravel-billing
包简介
Billing module for laravel projects
README 文档
README
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. 😊
Deployment
composer require arhitov/laravel-billing
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".
php artisan vendor:publish --tag=billing-config
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.
php artisan vendor:publish --tag=billing-migrations
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 clgsru@gmail.com
Welcome here! 🤘
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-09