PHP bindings for the Pex SDK.
You can install the PHP language bindings like this:
# Add the SDK bindings repository to your composer.json
composer config repositories.repo-name vcs https://github.com/Pexeso/pex-sdk-php
# Install the SDK bindings package
composer require pexeso/pex-sdk-php:dev-main
You can find usage examples in the examples directory.