Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 890 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 890 Bytes

Ston.Fi SDK - PHP

TON

The SDK is written in PHP and designed to be a thin wrapper on top of the STON.fi contracts, which will help STON.fi protocol to be used more easily in PHP projects

Installation

Firstly install the olifanton/ton package.

Then, add SDK package using the package manager of your choice.

Composer

composer require mbadev/ston_fi

Next steps