fluidphp/sermepa-helper

FluidPhp Framework Website Helper

Maintainers

Package info

github.com/ground-creative/fluidphp-sermepa

Homepage

pkg:composer/fluidphp/sermepa-helper

Statistics

Installs: 133

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0-stable 2022-03-28 15:48 UTC

This package is auto-updated.

Last update: 2026-03-01 00:38:15 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 sermepa 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/sermepa-helper": "*"
} ,
"extra": 
{
	"installer-paths": 
	{
		"./vendor/fluidphp/helpers/Sermepa": ["fluidphp/sermepa-helper"]
	}
}

Stand-alone:

"require": 
{
	"fluidphp/sermepa-helper": "*"
}

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+