Lyra Network REST API SDK.
PHP 7.2 and later.
Lyra Network REST api SDK is available via Composer/Packagist. Just add this line to your composer.json
file:
"lyracom/rest-php-sdk": "4.0.*"
or
composer require lyracom/rest-php-sdk:4.0.*
To use the SDK, use Composer's autoload:
require_once('vendor/autoload.php');
If you do not want to use Composer, you can download the latest release from github.
To use the SDK, include the autoload.php
file:
require_once('/path/to/php-sdk/autoload.php');
A simple integration example is available here
You can also take a look to our github examples repository: https://github.com/lyra/rest-php-examples
start docker using docker compose:
docker-compose up -d
Install deps
docker exec -ti lyra-php-api-sdk composer install
and run the test suite with:
docker exec -ti lyra-php-api-sdk ./vendor/bin/phpunit src/
This project is licensed under MIT License