imahmood / cakephp-payment
CakePHP payments plugin
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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