wgr / cakephp-postfinance
There is no license information available for the latest version (dev-main) of this package.
CakePHP pages plugins
Package info
github.com/WGR-SA/cakephp-postfinance
Type:cakephp-plugin
pkg:composer/wgr/cakephp-postfinance
dev-main
2021-12-03 10:32 UTC
Requires
- php: >=7.1
- cakephp/cakephp: ^3.6
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-01 00:37:21 UTC
README
This plugin postfinance
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require wgr/cakephp-postfinance
Load it in your src/Application.php
$this->addPlugin(\Wgr\Postfinance\Plugin::class);