PHPackages                             kpacha/reactive-hateoas - 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. kpacha/reactive-hateoas

ActiveLibrary[API Development](/categories/api)

kpacha/reactive-hateoas
=======================

The scalable hateoas server

0.1.1(12y ago)06MITPHP

Since Feb 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kpacha/reactive-hateoas)[ Packagist](https://packagist.org/packages/kpacha/reactive-hateoas)[ RSS](/packages/kpacha-reactive-hateoas/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

reactive-hateoas
================

[](#reactive-hateoas)

The scalable hateoas server

\##Major Dependencies

- [silex](http://silex.sensiolabs.org/documentation)
- [react](http://reactphp.org/)
- [reactive-silex](http://github.com/kpacha/reactive-silex)
- [hateoas](http://hateoas-php.org/)
- [hateoas-silex integration](http://github.com/mcuadros/silex-hateoas)

\##Instal

The recommended way to install kpacha/reactive-hateoas is through composer.

```
{
    "require": {
        "kpacha/reactive-hateoas": "~0.1.0"
    }
}

```

\##Usage

Check out the `bin/reactive.php` example and run it with

```
$ php bin/reactive.php

```

There is a built-in console-based script

```
$ bin/run list
Console Tool

Usage:
  [options] command [arguments]

Options:
  --help           -h Display this help message.
  --quiet          -q Do not output any message.
  --verbose        -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  --version        -V Display this application version.
  --ansi              Force ANSI output.
  --no-ansi           Disable ANSI output.
  --no-interaction -n Do not ask any interactive question.

Available commands:
  help       Displays help for a command
  list       Lists commands
  reactive   Start a reactive-silex instance

$ bin/run reactive -vv 8080
Server running at http://127.0.0.1:8080
Memory: 1280 KiB
Memory: 1280 KiB

```

\##Api Consumption

See the nice examples at [mcuadros's repo](http://github.com/mcuadros/silex-hateoas#examples).

\##Scalability

React launches a single-process share-nothing server, so you can instance several stacks in a single machine, depending on the number of avilable cores, before scale-out adding more hardware. The cpu and memory consumption will remain almost lineal. Balance your load between your stacks and everything will be run like a charm!

Also, remember to bind every stack to a different port or you will face some nice port collision messages!

[![Bitdeli Badge](https://camo.githubusercontent.com/1c100d5d0f145928029b2db63240949cd4a4d870eb167c39d0027faeb318d478/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f6b70616368612f72656163746976652d686174656f61732f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Every ~0 days

Total

2

Last Release

4525d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1307694?v=4)[Daniel López](/maintainers/kpacha)[@kpacha](https://github.com/kpacha)

---

Top Contributors

[![kpacha](https://avatars.githubusercontent.com/u/1307694?v=4)](https://github.com/kpacha "kpacha (10 commits)")

### Embed Badge

![Health badge](/badges/kpacha-reactive-hateoas/health.svg)

```
[![Health](https://phpackages.com/badges/kpacha-reactive-hateoas/health.svg)](https://phpackages.com/packages/kpacha-reactive-hateoas)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/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)
