PHPackages                             wearesho-team/platon - 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. [API Development](/categories/api)
4. /
5. wearesho-team/platon

ActiveLibrary[API Development](/categories/api)

wearesho-team/platon
====================

Platon integration

3.3.0(11mo ago)1433[2 PRs](https://github.com/wearesho-team/platon/pulls)MITPHPPHP ^8.4CI passing

Since Apr 11Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/wearesho-team/platon)[ Packagist](https://packagist.org/packages/wearesho-team/platon)[ RSS](/packages/wearesho-team-platon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (53)Used By (0)

Platon Integration
==================

[](#platon-integration)

[![PHP Composer](https://github.com/wearesho-team/platon/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/wearesho-team/platon/actions/workflows/php.yml)[![Latest Stable Version](https://camo.githubusercontent.com/e9e68bed395ebe76c1b2d7f79df435841d265a9d86a6c8ec6fb4d9a76d82ce09/68747470733a2f2f706f7365722e707567782e6f72672f776561726573686f2d7465616d2f706c61746f6e2f762f737461626c652e706e67)](https://packagist.org/packages/wearesho-team/platon)[![Total Downloads](https://camo.githubusercontent.com/1f0c2777b139a397cb0b5d688c54e99ea2c985d7005aee764a7521e582a89785/68747470733a2f2f706f7365722e707567782e6f72672f776561726573686f2d7465616d2f706c61746f6e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/wearesho-team/platon)[![codecov](https://camo.githubusercontent.com/e83eb725446106a1b294973963099e7af41e25d333a48effc5dc8785038dc113/68747470733a2f2f636f6465636f762e696f2f67682f776561726573686f2d7465616d2f706c61746f6e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wearesho-team/platon)

[Platon](https://platon.ua) SDK for PHP.
[Changelog](./CHANGELOG.md) | [Usage Examples](./examples/README.md)

API
---

[](#api)

- [Docs](https://github.com/wearesho-team/platon/tree/docs)
    - [Integration](https://github.com/wearesho-team/platon/tree/docs/docs/integration_v2.2.pdf)
    - [CardDebitAdvanced](https://github.com/wearesho-team/platon/blob/docs/docs/card_debit_advanced_1.3.pdf)

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

[](#installation)

Using composer:

```
composer require wearesho-team/platon
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

For configuration you have to use [ConfigInterface](./src/ConfigInterface.php). Available implementations:

- [Config](./src/Config.php) - simple entity. Example:

```
