CakePHP Sofort.com payment plugin
If you are using composer simply add the following requirement to your composer file:
{
"require": { "hakito/cakephp-sofortcom-plugin": "dev-master" }
}
Otherwise download the plugin to app/Plugin/SofortCom.
Simply load the plugin in your bootstrap:
CakePlugin::load('SofortCom');