Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 369 Bytes

cakephp-postfinance plugin for CakePHP

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);