inquid / stripe-payment-links
处理Stripe支付链接的服务
dev-main
2024-04-15 23:25 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0
- laravel/cashier: ^14.5
- simplesoftwareio/simple-qrcode: ~4
- spatie/laravel-package-tools: ^1.13.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-09-08 23:30:18 UTC
README
处理Stripe支付链接的服务
这里应该放置您的描述。请将其限制在一段或两段话内。考虑添加一个小示例。
支持我们
我们在创建一流的开放源代码包上投入了大量资源。您可以通过购买我们的付费产品之一来支持我们。
我们非常感谢您从家乡寄给我们明信片,说明您正在使用我们的哪个包。您可以在我们的联系页面上找到我们的地址。我们将在我们的虚拟明信片墙上公布收到的所有明信片。
安装
您可以通过composer安装此包
composer require inquid/stripe-payment-links
您可以使用以下命令发布和运行迁移
php artisan vendor:publish --tag="stripe-payment-links-migrations"
php artisan migrate
您可以使用以下命令发布配置文件
php artisan vendor:publish --tag="stripe-payment-links-config"
这是发布后的配置文件内容
return [
];
可选地,您可以使用以下命令发布视图
php artisan vendor:publish --tag="stripe-payment-links-views"
使用方法
$stripePaymentLinks = new Inquid\StripePaymentLinks(); echo $stripePaymentLinks->echoPhrase('Hello, Inquid!');
测试
composer test
变更日志
有关最近更改的更多信息,请参阅变更日志
贡献
有关详细信息,请参阅贡献
安全漏洞
有关如何报告安全漏洞,请参阅我们的安全策略
鸣谢
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件