monext/payline-tools-sdk

Payline Tools library for PHP

Installs: 81

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/monext/payline-tools-sdk

0.9 2016-03-21 14:13 UTC

This package is not auto-updated.

Last update: 2025-10-23 05:25:41 UTC


README

Latest Stable Version Total Downloads License

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.

About

Requirements

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

Author

Fabien SUAREZ - fabien.suarez@payline.com

License

Payline is licensed under the LGPL-3.0+ License - see the LICENSE file for details