Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
/ PayumStripe Public archive
forked from FLUX-SE/PayumStripe

Payum Stripe gateways (with SCA support)

License

Notifications You must be signed in to change notification settings

rickyshowtime/PayumStripe

 
 

Repository files navigation

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 ?

About

Payum Stripe gateways (with SCA support)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Twig 0.9%