ssv / liqpay-sdk
There is no license information available for the latest version (v1.0.2) of this package.
SDK for Liqpay
v1.0.2
2025-03-09 14:15 UTC
Requires
- php: >=5.6.0
- phpunit/phpunit: >=10.3.1
This package is auto-updated.
Last update: 2025-04-09 14:35:13 UTC
README
LiqPay SDK-PHP
Documentation https://www.liqpay.ua/documentation/en
Встановлення Для втсновлення плагіна за допомогою composer необхідно додати в composer.json секцію repositories:
"repositories": [
{
"type":"package",
"package": {
"name": "liqpay/sdk-php",
"version":"master",
"source": {
"url": "https://github.com/liqpay/sdk-php.git",
"type": "git",
"reference":"master"
}
}
}
],
І в секцію require:
"require": {
"liqpay/sdk-php": "master"
}