Skip to content

olifanton/tonlibjson-transport

Repository files navigation

PHP tonlibjson transport

Based on TON


💬 En chat | 💬 Ру чат


⚠️⚠️⚠️ This package in active development!

Asynchronous implementation of tonlibjson transport via PHP FFI.

To work in non-blocking mode the following can be used:

Documentation

WIP

Tests

composer run test

Contributing

Please make sure to read the Olifanton contribution guide before making a pull request.

Setup environment

Prepare your environment for development.

Note that the instructions describe working on *nix systems (Linux and possibly macOS), development on Windows may be difficult and will not be covered in these instructions.

You'll need:

  1. Minimum PHP version: 8.1;
  2. OpenSwoole extension.

Fork repository

Make a repository fork in your GitHub account.

Clone your repository

git clone git@github.com:<YOUR_GITHUB_NAME>/tonlibjson-transport.git
cd tonlibjson-transport

Create a feature/ (or hotfix/) branch

git branch feature/<FEATURE_NAME>
git checkout feature/<FEATURE_NAME>

Create pull request

After implementing your new feature (or hotfix) in your local branch, you should commit and push changes to your fork repository. After that you can create a pull-request.


License

MIT

Releases

No releases published

Packages

No packages published

Languages