lyracom/rest-php-sdk

Lyra REST API PHP SDK

4.0.4 2021-02-23 14:11 UTC

This package is auto-updated.

Last update: 2024-04-23 21:18:27 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

Lyra Network REST API SDK.

Requirements

PHP 7.2 and later.

Installation

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');

Manual Installation

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');

SDK Usage

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

Run tests

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/

License

This project is licensed under MIT License