wgr / cakephp-postfinance
CakePHP pages plugins
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=7.1
- cakephp/cakephp: ^3.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-29 06:34:50 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);