PHPackages                             sinasalek/silex-reactphp-espresso - 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. [Framework](/categories/framework)
4. /
5. sinasalek/silex-reactphp-espresso

ActiveLibrary[Framework](/categories/framework)

sinasalek/silex-reactphp-espresso
=================================

Silex wired with radioactive caffeine. Forked from ReactPHP to support the latest version.

v0.2.1(13y ago)013MITPHPPHP &gt;=5.3.3

Since Jul 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sinasalek/silex-reactphp-espresso)[ Packagist](https://packagist.org/packages/sinasalek/silex-reactphp-espresso)[ RSS](/packages/sinasalek-silex-reactphp-espresso/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

React/Espresso
==============

[](#reactespresso)

React/Espresso is a proof-of-concept microframework that integrates Silex with React/Http.

[![Build Status](https://camo.githubusercontent.com/a073c285ec8cda311ee4202c20ae18e854feecfc88cc183a12f8c72214268d1b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72656163747068702f657370726573736f2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/reactphp/espresso)

Install
-------

[](#install)

The recommended way to install react/espresso is [through composer](http://getcomposer.org).

```
{
    "require": {
        "minimum-stability": "dev",
        "react/espresso": "0.3.*"
    }
}
```

Example
-------

[](#example)

```
$app = new React\Espresso\Application();

$app->get('/', function ($request, $response) {
    $response->writeHead(200, array('Content-Type' => 'text/plain'));
    $response->end("Hello World\n");
});

$app->get('/favicon.ico', function ($request, $response) {
    $response->writeHead(204);
    $response->end();
});

$app->get('/humans.txt', function ($request, $response) {
    $response->writeHead(200, array('Content-Type' => 'text/plain'));
    $response->end("I believe you are a humanoid robot.\n");
});

$stack = new React\Espresso\Stack($app);
$stack->listen(1337);
```

Tests
-----

[](#tests)

To run the test suite, you need PHPUnit.

```
$ phpunit

```

License
-------

[](#license)

MIT, see LICENSE.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~25 days

Total

4

Last Release

5027d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.3.2

v0.2.0PHP &gt;=5.3.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/571bc5d492f577748449e5624607338f321e59571a60043b65970f4129def671?d=identicon)[sinasalek](/maintainers/sinasalek)

---

Top Contributors

[![igorw](https://avatars.githubusercontent.com/u/88061?v=4)](https://github.com/igorw "igorw (25 commits)")[![cboden](https://avatars.githubusercontent.com/u/617694?v=4)](https://github.com/cboden "cboden (7 commits)")[![bklein01](https://avatars.githubusercontent.com/u/666336?v=4)](https://github.com/bklein01 "bklein01 (3 commits)")[![sinasalek](https://avatars.githubusercontent.com/u/592240?v=4)](https://github.com/sinasalek "sinasalek (3 commits)")[![dave1010](https://avatars.githubusercontent.com/u/50682?v=4)](https://github.com/dave1010 "dave1010 (1 commits)")[![sobit](https://avatars.githubusercontent.com/u/1245542?v=4)](https://github.com/sobit "sobit (1 commits)")

---

Tags

microframework

### Embed Badge

![Health badge](/badges/sinasalek-silex-reactphp-espresso/health.svg)

```
[![Health](https://phpackages.com/badges/sinasalek-silex-reactphp-espresso/health.svg)](https://phpackages.com/packages/sinasalek-silex-reactphp-espresso)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.1k337.6k1](/packages/ccxt-ccxt)[clue/framework-x

Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.

942742.1k8](/packages/clue-framework-x)[slim/slim-skeleton

A Slim Framework skeleton application for rapid development

1.6k462.3k6](/packages/slim-slim-skeleton)[vlucas/bulletphp

A heierarchical resource-oriented micro-framework built on nested closures instead of route-based callbacks

41650.0k1](/packages/vlucas-bulletphp)[chubbyphp/chubbyphp-framework

A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.

13645.4k4](/packages/chubbyphp-chubbyphp-framework)[noodlehaus/dispatch

a micro-routing library for PHP

5371.4k3](/packages/noodlehaus-dispatch)

PHPackages © 2026

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