PHPackages                             itelmenko/unitpay-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. itelmenko/unitpay-php-sdk

ActiveLibrary[Payment Processing](/categories/payments)

itelmenko/unitpay-php-sdk
=========================

PHP SDK for UnitPay

v1.2.3(6y ago)035.1k↓42.9%1MITPHPPHP &gt;=5.4.0

Since May 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/itelmenko/unitpay-php-sdk)[ Packagist](https://packagist.org/packages/itelmenko/unitpay-php-sdk)[ Docs](https://github.com/itelmenko/unitpay-php-sdk)[ RSS](/packages/itelmenko-unitpay-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

UnitPay PHP-SDK
===============

[](#unitpay-php-sdk)

Php sdk for [UnitPay](https://unitpay.ru)

Documentation

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
$ php composer.phar require unitpay/php-sdk
```

or add

```
"unitpay/php-sdk": "^1.0"

```

to the `require` section of your `composer.json` file.

Examples
--------

[](#examples)

These are just some quick examples. Check out the samples in [`/examples`](https://github.com/unitpay/php-sdk/blob/master/examples).

### Payment integration using UnitPay Form

[](#payment-integration-using-unitpay-form)

```
