PHPackages                             tychinav/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. tychinav/platon

ActiveLibrary[API Development](/categories/api)

tychinav/platon
===============

Intagration for Platon

v1.0.3(6y ago)022MITPHPPHP &gt;=5.6.0

Since Jan 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/TychinaV/platon)[ Packagist](https://packagist.org/packages/tychinav/platon)[ RSS](/packages/tychinav-platon/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (7)Used By (0)

Installation
============

[](#installation)

#### Using composer:

[](#using-composer)

`composer require tychinav/platon`

Usage
=====

[](#usage)

#### List of possible parameters:

[](#list-of-possible-parameters)

\[
 'payment' =&gt; 'CC',
 'order' =&gt; 'ORDER-123', // optional
 'amount' =&gt; 1.05,
 'currency' =&gt; 'UAH',
 'description' =&gt; 'Describe of purchase',
 'url' =&gt; '',
 'error\_url' =&gt; '', // optional
 'recurring' =&gt; true, // optional
 'ext1' =&gt; 'something', // optional
 ....
 'ext10' =&gt; 'something', // optional
 'lang' =&gt; 'en', // optional
 'formid' =&gt; 'UIYY2H2', // optional
 'first\_name' =&gt; 'John', // optional
 'last\_name' =&gt; 'Doe', // optional
 'address' =&gt; 'Some location', // optional
 'zip' =&gt; '132456', // optional
 'city' =&gt; 'Big city', // optional
 'country' =&gt; 'UA', // optional
 'phone' =&gt; '0669998877', // optional
 'email' =&gt; 'example@mail.com', // optional
\] #### You can add own parameters in html form.

[](#you-can-add-own-parameters-in-html-form)

Example:

```
