wgr/cakephp-postfinance

There is no license information available for the latest version (dev-main) of this package.

CakePHP pages plugins

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-main 2021-12-03 10:32 UTC

This package is auto-updated.

Last update: 2024-03-29 04:20:05 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);