Asynchronous implementation of tonlibjson transport via PHP FFI.
To work in non-blocking mode the following can be used:
- OpenSwoole extension;
- ReactPHP package.
WIP
composer run test
Please make sure to read the Olifanton contribution guide before making a pull request.
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:
- Minimum PHP version: 8.1;
- OpenSwoole extension.
Make a repository fork in your GitHub account.
git clone git@github.com:<YOUR_GITHUB_NAME>/tonlibjson-transport.git
cd tonlibjson-transport
git branch feature/<FEATURE_NAME>
git checkout feature/<FEATURE_NAME>
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.
MIT