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: 2024-09-29 05:36:39 UTC
README
- 提交并推送到origin
- 创建新的github发行版,给予它一个递增的版本号
用法
需要在composer.json中添加仓库
"repositories": [ { "type": "vcs", "url": "https://github.com/GratifyPay/plugin-php-sdk.git" } ]
之后执行以下命令
composer require gratifypay/gratify-php-sdk:^1.0
测试
MERCHANT_ID="merchant_...." SECRET_KEY="gpKey_..." ./vendor/bin/phpunit tests