gratifypay / plugin-php-sdk
Gratify Pay PHP SDK
Installs: 136
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gratifypay/plugin-php-sdk
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: 2026-01-18 12:23:55 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