PHPackages                             joseluisbrito/easy-rest-php - 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. joseluisbrito/easy-rest-php

ActiveProject

joseluisbrito/easy-rest-php
===========================

Easy Rest using PHP7

v1.0(5y ago)011GPLv2PHP

Since Nov 16Pushed 5y agoCompare

[ Source](https://github.com/joseluisbrito/easy-rest-php)[ Packagist](https://packagist.org/packages/joseluisbrito/easy-rest-php)[ RSS](/packages/joseluisbrito-easy-rest-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

### Easy Rest PHP

[](#easy-rest-php)

Easy Rest PHP es una clase php \_ base \_ para implementar un servicio REST usando PHP7 sin necesidad de instalar ningun framework

#### Ejemplo básico de uso:

[](#ejemplo-básico-de-uso)

```
### Ejemplo de uso de Easy Rest Api

require 'vendor/autoload.php';

use Rest\Rest;
// Creo una instancia de la api:
$api = new Rest("POST");

$message = $api->getBody()->message;

if(isset($message) && $message !== "") {
        $api->response("Mensaje recibido correctamente: ".$message, $api->HTTP_OK);
}
else {
    	$api->response("Solicitud incorrecta!", $api->HTTP_BAD_REQUEST);
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

2005d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b079534ea353d67ff9c281244df5d6dd309153b316c47927a818a93bd9d1987?d=identicon)[jlbrito](/maintainers/jlbrito)

---

Top Contributors

[![joseluisbrito](https://avatars.githubusercontent.com/u/74438744?v=4)](https://github.com/joseluisbrito "joseluisbrito (1 commits)")

### Embed Badge

![Health badge](/badges/joseluisbrito-easy-rest-php/health.svg)

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

PHPackages © 2026

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