PHPackages                             payutc/php-client - 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. payutc/php-client

ActiveLibrary[Payment Processing](/categories/payments)

payutc/php-client
=================

PHP client for the payutc servers

03185PHP

Since Sep 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/payutc/php-client)[ Packagist](https://packagist.org/packages/payutc/php-client)[ RSS](/packages/payutc-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (4)Used By (0)

php-client
==========

[](#php-client)

A PHP client for the [payutc server](http://github.com/payutc/server).

Install
-------

[](#install)

If you are not using the Composer dependency manager in your project, download it :

```
$ curl -sS https://getcomposer.org/installer | php

```

Then, create (or edit) the `composer.json` file :

```
{
    "require": {
        "payutc/php-client": "*"
    }
}

```

Now, run Composer to download the dependency :

```
$ php composer.phar install

```

Usage
-----

[](#usage)

Here is an example of using the `AutoJsonClient`, which allows you to call any method dynamically.

```
