kicaj / payment
Payment plugin for CakePHP
Installs: 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: ^4.3
This package is auto-updated.
Last update: 2024-11-28 05:01:06 UTC
README
NOTE: It's still in development mode, do not use in production yet!
Requirements
It is developed for CakePHP min. 4.3.
Installation
You can install plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require kicaj/payment dev-master
Load the Plugin
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
Configuration
Now use Migrations plugin to create tables in your database.
cake migrations migrate -p Payment
TODOs
- Payment gateways
- P24 (przelewy24.pl)
- Payu (payu.pl)
- Dotpay (dotpay.pl)