dev-master
9999999-devPayline Tools library for PHP
LGPL-3.0
The Requires
- php >=5.3.0
- monolog/monolog 1.*
tools payline monext
0.9
0.9.0.0Payline Tools library for PHP
LGPL-3.0
The Requires
- php >=5.3.0
- monolog/monolog 1.*
tools payline monext
Wallogit.com
2017 © Pedro Peláez
Payline Tools library for PHP
use PaylineTools\PaylineToolsClient;
// create an instance
$plnTools = new PaylineToolsClient($proxy_host, $proxy_port, $proxy_login, $proxy_password [, $pathLog= null[, $logLevel = Logger::INFO]]);
/*
If $pathLog is null, log files will be written under default logs directory. Fill with your custom log files path
*/
// call a web service, for example getPaymentMeans
$getPaymentMeansResponse = $plnTools->getPaymentMeans();
See the doc/ directory for more detailed documentation. More information available on http://support.payline.com., (*2)
Compliant with PHP 5.3 and over Requires monolog/monolog, just let Composer do the job, (*3)
Fabien SUAREZ - fabien.suarez@payline.com, (*4)
Payline is licensed under the LGPL-3.0+ License - see the LICENSE file for details, (*5)
Payline Tools library for PHP
LGPL-3.0
tools payline monext
Payline Tools library for PHP
LGPL-3.0
tools payline monext