2017 © Pedro Peláez
 

library payline-tools-sdk

Payline Tools library for PHP

image

monext/payline-tools-sdk

Payline Tools library for PHP

  • Monday, March 21, 2016
  • by Payline
  • Repository
  • 1 Watchers
  • 1 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

PaylineToolsClient - Payline Tools library for PHP

Usage

    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();

Docs

See the doc/ directory for more detailed documentation. More information available on http://support.payline.com., (*2)

About

Requirements

Compliant with PHP 5.3 and over Requires monolog/monolog, just let Composer do the job, (*3)

Author

Fabien SUAREZ - fabien.suarez@payline.com, (*4)

License

Payline is licensed under the LGPL-3.0+ License - see the LICENSE file for details, (*5)

The Versions

21/03 2016

dev-master

9999999-dev

Payline Tools library for PHP

  Sources   Download

LGPL-3.0

The Requires

 

tools payline monext

21/03 2016

0.9

0.9.0.0

Payline Tools library for PHP

  Sources   Download

LGPL-3.0

The Requires

 

tools payline monext