prometee/payum-stripe-checkout-session

This package is abandoned and no longer maintained. The author suggests using the prometee/payum-stripe package instead.

Payum Stripe gateways

v2.0.14 2023-12-15 18:37 UTC

README

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

composer require  php-http/guzzle6-adapter

Gateways configuration

More

What to use with this payum library ?