PHPackages                             eo/keyclient - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eo/keyclient

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eo/keyclient
============

Key Client library for PHP 5.3+

v0.2.0(11y ago)61612[1 issues](https://github.com/eymengunay/php-keyclient/issues)1MITPHP

Since Apr 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eymengunay/php-keyclient)[ Packagist](https://packagist.org/packages/eo/keyclient)[ Docs](https://github.com/eymengunay/php-keyclient)[ RSS](/packages/eo-keyclient/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (1)

PHP KEYCLIENT LIBRARY
=====================

[](#php-keyclient-library)

[![Build Status](https://camo.githubusercontent.com/9a617b4f70654f56111348b320f412973bc7126692acdec7548bc2530173d03b/68747470733a2f2f7472617669732d63692e6f72672f65796d656e67756e61792f7068702d6b6579636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/eymengunay/php-keyclient)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2d1e118ebf09d62ac7ee8f1484a12c085d83c842273abfcfe986cf5ce0346bbc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65796d656e67756e61792f7068702d6b6579636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eymengunay/php-keyclient/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/b56e753e34e89d39a1d7fc6e49763123e036d2bad16f592c1801cf1f86621b84/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65796d656e67756e61792f7068702d6b6579636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eymengunay/php-keyclient/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/0c08554ccd7da34c7f69d49a11b0336ca6dd94c3abb72a4557a3d86e2ffbd083/68747470733a2f2f706f7365722e707567782e6f72672f656f2f6b6579636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eo/keyclient)[![Latest Stable Version](https://camo.githubusercontent.com/4920f34eb4f52bc55bde3a18580a0e3f7e0e4abcfaeda473c6bda0b7d6c05bae/68747470733a2f2f706f7365722e707567782e6f72672f656f2f6b6579636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/eo/keyclient)

KeyClient library for PHP 5.3+

Installing
----------

[](#installing)

### Using Composer

[](#using-composer)

To add PHP-KeyClient as a local, per-project dependency to your project, simply add a dependency on eo/keyclient to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a development-time dependency on the latest version of the library:

```
{
    "require": {
        "eo/keyclient": "dev-master"
    }
}

```

Usage Example
-------------

[](#usage-example)

### Workflow

[](#workflow)

```
                                                    --> canceled
                                                    |
Create payment url –> Redirect user to payment url -|
                                                    |
                                                    --> confirmed -> Handle return response

```

### Creating payment url

[](#creating-payment-url)

```
