erusso7/redsys-rest

Simple library to use the REST API from RedSys

0.1.2 2020-04-05 15:39 UTC

README

Build Status codecov

Redsys REST

This is a simple library to use the RedSys service via the REST api.

Take a look to the official documentation

Requirements

  • php 7.3 or higher
  • composer
  • ext-openssl
  • ext-json (commonly already included)`

Usage:

Run in your terminal

$ composer require erusso7/redsys-rest

NOTE: You can find a complete example under the examples folder.

Features

Already done:
To-do:
  • Authorization
  • Pre-Authorization
  • Cancellation
  • ....

Are you missing something?

😍 Easy to contribute: Just implement a new order with the required parameters and that's it 😄. ( Don't forget to test it 😏 )