PHPackages                             garveen/fastcgi-react - 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. garveen/fastcgi-react

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

garveen/fastcgi-react
=====================

Simply serve fastcgi with reactphp

0.1.0(9y ago)10411MITPHP

Since Feb 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/garveen/fastcgi-react)[ Packagist](https://packagist.org/packages/garveen/fastcgi-react)[ RSS](/packages/garveen-fastcgi-react/feed)WikiDiscussions master Synced today

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

garveen/fastcgi-react
=====================

[](#garveenfastcgi-react)

Simply serve `fastcgi` with [reactphp](https://github.com/reactphp/socket)

```
composer require garveen/fastcgi-react
```

```
require 'vendor/autoload.php';

$loop = React\EventLoop\Factory::create();
$socket = new React\Socket\Server(9000, $loop);

$fastcgi = new Garveen\FastCgi\React($socket);

// see http://www.php-fig.org/psr/psr-7/
$fastcgi->onRequest = function (Psr\Http\Message\RequestInterface $request) {
    return new Garveen\FastCgi\Response(
        '200', // status code
        ['x-powered-by' => 'garveen/fastcgi-react'], // headers
        'Hello World!' // body
    );
};

$loop->run();
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

3421d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/236217100?v=4)[acabin](/maintainers/acabin)[@acabin](https://github.com/acabin)

---

Top Contributors

[![garveen](https://avatars.githubusercontent.com/u/3214266?v=4)](https://github.com/garveen "garveen (3 commits)")

---

Tags

psr-7psr7reactphpfastcgireact

### Embed Badge

![Health badge](/badges/garveen-fastcgi-react/health.svg)

```
[![Health](https://phpackages.com/badges/garveen-fastcgi-react/health.svg)](https://phpackages.com/packages/garveen-fastcgi-react)
```

###  Alternatives

[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78127.2M453](/packages/react-http)[league/route

Fast routing and dispatch component including PSR-15 middleware, built on top of FastRoute.

6673.2M137](/packages/league-route)[dflydev/fig-cookies

Cookies for PSR-7 HTTP Message Interface.

2258.8M112](/packages/dflydev-fig-cookies)[neomerx/cors-psr7

Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors/)

682.5M22](/packages/neomerx-cors-psr7)[wellrested/wellrested

Simple PHP Library for RESTful APIs

4819.2k4](/packages/wellrested-wellrested)[pdeans/http

PSR-7 cURL HTTP client with support for PSR-17 HTTP factories.

1466.3k3](/packages/pdeans-http)

PHPackages © 2026

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