PHPackages                             lamoni/restlyte - 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. lamoni/restlyte

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

lamoni/restlyte
===============

A simple REST client library implemented in PHP.

v1.0.0(11y ago)0831[1 PRs](https://github.com/lamoni/restlyte/pulls)1MITPHPPHP &gt;= 5.4.16

Since Jan 7Pushed 10y agoCompare

[ Source](https://github.com/lamoni/restlyte)[ Packagist](https://packagist.org/packages/lamoni/restlyte)[ Docs](https://github.com/lamoni/restlyte)[ RSS](/packages/lamoni-restlyte/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (1)

RESTLyte
--------

[](#restlyte)

RESTLyte is a simple REST client library implemented in PHP.

Examples
--------

[](#examples)

```
$rest = new RESTLyte(
    "https://spaceexample.io",  // Server
    "username",                 // Username
    "password",                 // Password
    false,                      // SSL Checking?
    [                           // Array of custom HTTP headers to send with the API call
        'Cache-Control: no-cache'
    ]
);

$response = $rest->get(
    '/api/space/device-management/devices', // API call
    'JSON',                                 // Response handler (RAW | JSON | XML)
    'application/vnd.net.juniper.space.device-management.devices+json;version=1' // "Accept: "
);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4194d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5675626?v=4)[Lamoni Finlayson](/maintainers/lamoni)[@lamoni](https://github.com/lamoni)

---

Top Contributors

[![lamoni](https://avatars.githubusercontent.com/u/5675626?v=4)](https://github.com/lamoni "lamoni (15 commits)")

---

Tags

phprestSimple

### Embed Badge

![Health badge](/badges/lamoni-restlyte/health.svg)

```
[![Health](https://phpackages.com/badges/lamoni-restlyte/health.svg)](https://phpackages.com/packages/lamoni-restlyte)
```

PHPackages © 2026

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