Download the PHP package berarma/cakephp-redsys without Composer
On this page you can find all versions of the php package berarma/cakephp-redsys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cakephp-redsys
Redsýs plugin for CakePHP
CakePHP plugin implementing the Redsýs TPV service API.
Requirements
- CakePHP 3.4+
Installation
You can install this plugin into your CakePHP application using composer:
Use
Load the component and configure:
This is a basic configuration example. The defaults array will be merged with any parameters passed in the requests. Please, read the Redsýs documentation to learn about all the optional parameters that can be used.
Load the helper:
Initiating a transaction in the Controller:
Rendering the form that sends the user to the TPV in the View:
Getting the response in the Controller:
The parameters from the response can then be accessed with:
Case sensitivity of parameters
The specification states that parameter names should use upper case or a mixed style of CamelCase and underline characters. Since the mixed CamelCase/underline style is confusing to say the least, and having 2 different naming styles adds to the confusion, I've decided to use the upper case style everywhere. That means all parameter names feeded to this plugin are converted to upper case, it doesn't matter how they were.
TODO
This plugin is a work in progress. You should expect compatibility breaking changes.
License
This plugin is licensed under the GPL v2 license. Most common uses of this plugin won't constitute a derived work, thus, you may use it and include it in your app independently of the license you've choosen for your code as long as the plugin itself is still distributed with its original license. But using this plugin from another plugin that provides modified or improved functionality may constitute a derived work and thus require you to use the same license for your plugin.