odiseoteam / payum-stripe
Payum Stripe gateways
v1.1.1
2020-04-29 10:27 UTC
Requires
- payum/core: ^1.6
- stripe/stripe-php: ^7
Requires (Dev)
- php-http/guzzle6-adapter: ^2.0
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^8|^9
- symplify/easy-coding-standard: ^7.2
README
Payum Stripe gateways
This library is designed to add a new gateways to Payum to support Stripe (with SCA support)
Actually there is one Gateway fully supported Stripe checkout session
but soon Stripe JS
will be supported too.
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/guzzle6-adapter
composer require php-http/guzzle6-adapter
Gateways configuration
-
Support :
-
[WIP] Stripe JS
More
What to use with Stripe Checkout Session gateway ?
- A Symfony bundle : flux-se/payum-stripe-bundle
- A Sylius plugin : flux-se/sylius-payum-stripe-plugin
What to use with Stripe JS gateway ?
- [WORK IN PROGRESS]