michael-rubel / laravel-stripe-integration
此包已废弃,不再维护。未建议替代包。
此包代表与 Stripe 的即用型集成。
2.0.1
2023-10-10 06:53 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0
- laravel/cashier: ^13.0|^14.0
- michael-rubel/laravel-enhanced-container: ^10.0|^11.0
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- brianium/paratest: ^6.3
- infection/infection: ^0.27.0
- laravel/pint: ^1.0
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^7.0|^8.0
- phpunit/phpunit: ^9.5
- roave/backward-compatibility-check: ^7.0|^8.0
README
Laravel Stripe Integration
此包是 Stripe 的即用型集成。该包内部使用 laravel/cashier
包。
使用此包需要 PHP ^8.1
和 Laravel ^9.0
。
#StandWithUkraine
支持的功能
- 基本卡片收费
- “离线”收费
- 支付意向管理
安装
使用 composer 安装此包
composer require michael-rubel/laravel-stripe-integration
发布配置并在 .env
中填写 Stripe 密钥
php artisan vendor:publish --tag="stripe-integration-config"
主要类
测试
composer test
许可协议
MIT 许可协议 (MIT)。有关更多信息,请参阅许可文件。