gratifypay / plugin-php-sdk
Gratify Pay PHP SDK
1.3.1
2023-11-18 00:36 UTC
Requires
- php: >=7.3
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ^9
- dev-develop
- 1.3.1
- 1.3.0
- 1.2.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-DEV-2192
- dev-DEV-1903
- dev-DEV-1569
- dev-DEV-1296
- dev-DEV-1305
- dev-DEV-1266
- dev-DEV-1301
- dev-DEV-1218
- dev-DEV-1121
- dev-DEV-1027
- dev-added-main-service
- dev-updated-to-php-8
- dev-DEV-515
- dev-DEV-620
- dev-added-docker-php-image
- dev-updating-endpoints
- dev-updated-readme
This package is not auto-updated.
Last update: 2025-08-03 09:57:48 UTC
README
- commit and push to origin
- create new github release, give it an incremented version
Usage
Need to add to composer.json the repository:
"repositories": [ { "type": "vcs", "url": "https://github.com/GratifyPay/plugin-php-sdk.git" } ]
after that execute next command:
composer require gratifypay/gratify-php-sdk:^1.0
Tests
MERCHANT_ID="merchant_...." SECRET_KEY="gpKey_..." ./vendor/bin/phpunit tests