Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 645 Bytes

Payname PHP SDK

This is a PHP client library to work with Payname REST API.

Prerequisites

This SDK has been written in PHP 5.4 and has no dependencies on external packages. You only have to ensure that curl and openssl extensions (that are part of standard PHP distribution) are enabled in your PHP installation.

Install

Via Composer

$ composer require payname/php-sdk

How to use

See Demo example.

License

Payname SDK is distributed under MIT license, see LICENSE file for more information.

Credits