fluidphp / paypal-helper
FluidPHP framework paypal helper
v1.0.2-stable
2022-03-28 11:55 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-28 23:28:00 UTC
README
FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.
This helper can be used to process paypal payments.
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/paypal-helper": "*"
} ,
"extra":
{
"installer-paths":
{
"./vendor/fluidphp/helpers/Paypal": ["fluidphp/paypal-helper"]
}
}
Stand-alone:
"require":
{
"fluidphp/paypal-helper": "*"
}
Project Info
Project Home
Requirements
php version 5.4+