All Projects → FLUX-SE → PayumStripe

FLUX-SE / PayumStripe

Licence: MIT license
Payum Stripe gateways (with SCA support)

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Latest Version on Packagist Software License Build Status Quality Score codecov

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/guzzle6-adapter

composer require  php-http/guzzle6-adapter

Gateways configuration

More

What to use with this payum library ?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].