imahmood / cakephp-payment
CakePHP payments plugin
Package info
github.com/imahmood/cakephp-payment
Type:cakephp-plugin
pkg:composer/imahmood/cakephp-payment
1.0.7
2021-12-28 07:27 UTC
Requires
- php: >=7.2
- ext-json: *
- ext-mbstring: *
- ext-soap: *
- cakephp/cakephp: ^4.0
- cakephp/migrations: ^3.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ~4.0.0
- phpunit/phpunit: ^8.5
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require imahmood/cakephp-payment
You then need to load the plugin by running console command:
bin/cake plugin load CakePayment