pokepay / partner-php-sdk
Pokepay Partner API SDK for PHP
0.4.27
2025-09-29 10:29 UTC
Requires
- php: >=5.6
- netresearch/jsonmapper: ^1.5
- ramsey/uuid: >=3.8
Requires (Dev)
- fakerphp/faker: ^1.13
- phpunit/phpunit: ^9.5.0
This package is auto-updated.
Last update: 2026-06-18 12:15:35 UTC
README
Prerequisites
- PHP 5.6 or above
- curl, json and openssl extensions
Installation with Composer
Install Composer if not already installed.
composer.json settings
Install this SDK by executing composer require pokepay/partner-php-sdk on your shell.
$ composer require pokepay/partner-php-sdk
Configuration
Client credentials have to be set before attempting API requests. Pokepay\PartnerAPI takes the location of a configuration INI file as an argument.
$client = new Pokepay\PartnerAPI('./config.ini');
If it's not given, the file location is set from an environment variable POKEPAY_PARTNER_CONFIG_FILE.
Running tests
$ POKEPAY_PARTNER_CONFIG_FILE=/path/to/config.ini ./vendor/phpunit/phpunit/phpunit
Documentation
See docs/.
Copyright
Copyright (c) 2019 Pocket Change, Inc.