payer / api_client-php
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2018-08-10 14:20 UTC
Requires (Dev)
- phpunit/phpunit: 4.0.*
- zendframework/zend-code: ^3.1.0
This package is not auto-updated.
Last update: 2024-12-26 00:17:12 UTC
README
Payer PHP SOAP API Client
Prerequisites
- PHP: Version 5.X
- SoapClient
- Composer
Getting Started
First, you need to install dependencies using composer.
php $PATH_TO_COMPOSER/composer.phar install
Next, look at the code examples in docs/examples/**
.
Running - configuration
Copy and rename the file env.example.php
located in the directory config
to env.php
and enter your values.