NOTE: It's still in development mode, do not use in production yet!
It is developed for CakePHP min. 4.3.
You can install plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require kicaj/payment dev-master
Ensure the Payment plugin is loaded in your src/Application.php file
$this->addPlugin('Payment');
or add manually by cake
command
cake plugin load Payment
Now use Migrations plugin to create tables in your database.
cake migrations migrate -p Payment
- Payment gateways
- P24 (przelewy24.pl)
- Payu (payu.pl)
- Dotpay (dotpay.pl)