PHPackages                             ftdebugger/react-zf2 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ftdebugger/react-zf2

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ftdebugger/react-zf2
====================

Module for integration Zend Framework 2 and React PHP

242377[1 issues](https://github.com/ftdebugger/react-zf2/issues)PHP

Since Sep 29Pushed 11y ago8 watchersCompare

[ Source](https://github.com/ftdebugger/react-zf2)[ Packagist](https://packagist.org/packages/ftdebugger/react-zf2)[ RSS](/packages/ftdebugger-react-zf2/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zend Framework 2 and React PHP
==============================

[](#zend-framework-2-and-react-php)

[![Build Status](https://camo.githubusercontent.com/6f99958fb9a72d23214b82b92310e72fac66fcb07fb900d2ea19ee01685d4e5a/68747470733a2f2f7472617669732d63692e6f72672f667464656275676765722f72656163742d7a66322e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ftdebugger/react-zf2)[![Dependency Status](https://camo.githubusercontent.com/e7084f78631d393e53c627a3435f99845fe47d30fa1502cb5e48b97ccc76898f/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3531393630646430323936643631303030323030663930352f62616467652e706e67)](https://www.versioneye.com/user/projects/51960dd0296d61000200f905)

Integration of [zend framework 2](https://github.com/zendframework/zf2) and [react php](https://github.com/reactphp/react)

Install
-------

[](#install)

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

```
{
    "require": {
        "ftdebugger/react-zf2": "dev-master"
    }
}
```

Usage
-----

[](#usage)

Append ReactZF module to `config/application.config.php`, then type in console

```
# start default server at http://localhost:1337/
php -f public/index.php react start
```

Open .

Configuration
-------------

[](#configuration)

Add configuration to your `config/autoload/*`

```
return array(
    'ReactZF' => array(
        'servers' => array(
            // You can rewrite default server options
            'default' => array(
                'port' => 1337,
                'host' => '127.0.0.1'
            )

            // Or specify your own
            'some-server-name-you-like' => array(
                'port' => 1338,

                // optional, react use 127.0.0.1 as default
                'host' => '192.168.0.117'
            ),
            ..
        )
    )
);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85fd7e537322d53678e041faf9e0aa89201aa392d40de4824a08edc78c493976?d=identicon)[ftdebugger](/maintainers/ftdebugger)

---

Top Contributors

[![ftdebugger](https://avatars.githubusercontent.com/u/170282?v=4)](https://github.com/ftdebugger "ftdebugger (25 commits)")[![jonjomckay](https://avatars.githubusercontent.com/u/456645?v=4)](https://github.com/jonjomckay "jonjomckay (1 commits)")

### Embed Badge

![Health badge](/badges/ftdebugger-react-zf2/health.svg)

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

PHPackages © 2026

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