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. [API Development](/categories/api)
4. /
5. joseluisbrito/easy-rest-php

ActiveProject[API Development](/categories/api)

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 today

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2055d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22886114?v=4)[jlbrito](/maintainers/jlbrito)[@JLBrito](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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