fluidphp / redsys-helper
FluidPHP framework redsys helper
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/fluidphp/redsys-helper
This package is auto-updated.
Last update: 2025-09-28 19:38:53 UTC
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
Installation
Add the package to your composer.json file, to install the helper.
With fluidphp framework:
"require":
{
"mnsami/composer-custom-directory-installer": "2.0.*" ,
"fluidphp/redsys-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Redsys": ["fluidphp/redsys-helper"]
}
}
Stand-alone:
"require":
{
"fluidphp/redsys-helper": "*"
}
Project Info
Project Home
Requirements
php version 5.4+ php-mcrypt module