arhitov/laravel-billing 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arhitov/laravel-billing

最新稳定版本:0.3.4

Composer 安装命令:

composer require arhitov/laravel-billing

包简介

Billing module for laravel projects

README 文档

README

PHP Laravel Latest Version on Packagist GitHub Actions Total Downloads Software License

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

GitHub 信息

  • Stars: 6
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-09