flux-se/payum-stripe
最新稳定版本:v2.0.18
Composer 安装命令:
composer require flux-se/payum-stripe
包简介
Payum Stripe gateways
README 文档
README
Payum Stripe gateways
This library is design to add gateways to Payum to support Stripe checkout session (with SCA support) and Stripe JS using Stripe JS Elements.
Apart from the gateways you can use this library to make calls to the Stripe API directly
using Request classes : (All|Create|Delete|Retrieve|Update)*.php
which are using the related actions : (All|Create|Delete|Retrieve|Update)*Action.php.
You can also build your own Request/Action classes to fit your need.
If you are using Symfony, use the bundle : flux-se/payum-stripe-bundle
If you are using Sylius, use the plugin : flux-se/sylius-payum-stripe-plugin
Installation
Install using Composer :
composer require flux-se/payum-stripe
Choose one of php-http/client-implementation, the most used is php-http/guzzle7-adapter
composer require php-http/guzzle6-adapter
Gateways configuration
-
Support :
Canceling a
PaymentIntentis also available usingPayum\Core\Request\Cancel.
Refunding aPaymentIntentis also available usingPayum\Core\Request\Refund. -
Support :
Canceling a
PaymentIntentis also available usingPayum\Core\Request\Cancel.
Refunding aPaymentIntentis also available usingPayum\Core\Request\Refund.
More
What to use with this payum library ?
- A Symfony bundle : flux-se/payum-stripe-bundle
- A Sylius plugin : flux-se/sylius-payum-stripe-plugin
统计信息
- 总下载量: 390.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-16