PHPackages                             lyracom/rest-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. lyracom/rest-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lyracom/rest-php-sdk
====================

Lyra REST API PHP SDK

4.0.4(5y ago)3642.3k↓48.9%4[2 issues](https://github.com/lyra/rest-php-sdk/issues)[1 PRs](https://github.com/lyra/rest-php-sdk/pulls)2MITPHPPHP &gt;=5.4.0CI failing

Since Sep 20Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/lyra/rest-php-sdk)[ Packagist](https://packagist.org/packages/lyracom/rest-php-sdk)[ RSS](/packages/lyracom-rest-php-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (7)Used By (2)

Lyra Network REST api SDK
=========================

[](#lyra-network-rest-api-sdk)

[![Build Status](https://camo.githubusercontent.com/21fefab0d8be9220db42b08a7ef04e7fe28aafe50c077aa9564406d2459a543a/68747470733a2f2f7472617669732d63692e6f72672f6c7972612f726573742d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lyra/rest-php-sdk)[![Coverage Status](https://camo.githubusercontent.com/1948f91c545bcba6dfacd92379ae4a03fc0c73cab1abf9674a80f752c41a787a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c7972612f726573742d7068702d73646b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/lyra/rest-php-sdk?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/934a2dd4c155b5837c59cab639b84c24ab387a8b204ef34cceeee72067f79cf9/68747470733a2f2f706f7365722e707567782e6f72672f6c797261636f6d2f726573742d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/lyracom/rest-php-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/e62f8b69bfb200c2d6bf3ad6fa74816a2e17fc2a92860f11465f50abbfd3ee9e/68747470733a2f2f706f7365722e707567782e6f72672f6c797261636f6d2f726573742d7068702d73646b2f762f756e737461626c65)](//packagist.org/packages/lyracom/rest-php-sdk)[![Total Downloads](https://camo.githubusercontent.com/e34096033a4102d80f55bd9762398e75d4b0d970290ab34a0805ad334df672de/68747470733a2f2f706f7365722e707567782e6f72672f6c797261636f6d2f726573742d7068702d73646b2f646f776e6c6f616473)](https://packagist.org/packages/lyracom/rest-php-sdk)[![License](https://camo.githubusercontent.com/c5f7aaa103d27c5cf5fcaec96dd6b3c633db66b0b68a641fe1f041cb85ef2cc4/68747470733a2f2f706f7365722e707567782e6f72672f6c797261636f6d2f726573742d7068702d73646b2f6c6963656e7365)](https://packagist.org/packages/lyracom/rest-php-sdk)

Lyra Network REST API SDK.

Requirements
------------

[](#requirements)

PHP 7.2 and later.

Installation
------------

[](#installation)

Lyra Network REST api SDK is available via [Composer/Packagist](https://packagist.org/packages/lyracom/rest-php-sdk). 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](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

Manual Installation
-------------------

[](#manual-installation)

If you do not want to use Composer, you can download the [latest release from github](https://github.com/lyra/rest-php-sdk/releases). To use the SDK, include the `autoload.php` file:

```
require_once('/path/to/php-sdk/autoload.php');
```

SDK Usage
---------

[](#sdk-usage)

A simple integration example is [available here](https://github.com/lyra/rest-php-examples/blob/master/www/SDKTest.php)

You can also take a look to our github examples repository:

Run tests
---------

[](#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
-------

[](#license)

This project is licensed under [MIT License](http://en.wikipedia.org/wiki/MIT_License)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~221 days

Total

5

Last Release

1956d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1773963?v=4)[Lionel Martin](/maintainers/yyoyo)[@yyoyo](https://github.com/yyoyo)

---

Top Contributors

[![yyoyo](https://avatars.githubusercontent.com/u/1773963?v=4)](https://github.com/yyoyo "yyoyo (10 commits)")[![DennisdeBest](https://avatars.githubusercontent.com/u/15683927?v=4)](https://github.com/DennisdeBest "DennisdeBest (1 commits)")

---

Tags

apisdkrestpaymentcreditcardlyra

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lyracom-rest-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lyracom-rest-php-sdk/health.svg)](https://phpackages.com/packages/lyracom-rest-php-sdk)
```

###  Alternatives

[bamboohr/api

Official PHP SDK for the BambooHR API. https://documentation.bamboohr.com

35116.2k1](/packages/bamboohr-api)[abantecart/ups-php

UPS PHP SDK based on OAuth

1817.2k](/packages/abantecart-ups-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
