PHPackages                             antidot-fw/antidot-react-http - 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. antidot-fw/antidot-react-http

AbandonedArchivedLibrary

antidot-fw/antidot-react-http
=============================

Anti.Framework on top of react http server

027PHP

Since Jan 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/react-http-server)[ Packagist](https://packagist.org/packages/antidot-fw/antidot-react-http)[ RSS](/packages/antidot-fw-antidot-react-http/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Antidot React PHP HTTP Server
=============================

[](#antidot-react-php-http-server)

> \[DEPRECATED\] This package will not be mantained any more. if you want to go react with Antidot framework, take a look at [Reactive Starter package](https://github.com/antidot-framework/reactive-antidot-starter)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ad31e35219c75e85b22e7c43efa62d0992988311146a4a2656b307161e34add8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d687474702d7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-http-server/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/0c3961d61076798036f8f29c4f8bac3997312919a8cadc9fdc169607a14c696b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d687474702d7365727665722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-http-server/?branch=master)[![Build Status](https://camo.githubusercontent.com/176ac3be5a7f0232c6561d859b83cbdbf165224a0847e3262ee74bfd7802a523/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d687474702d7365727665722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-http-server/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/b75b13f33f3c310b52ff7419397e147d673ad466b59636839cb00346b80bbad5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d687474702d7365727665722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Adapter that allows running [Antidot Framework Applications](https://github.com/antidot-framework/antidot-starter) on a [React PHP server](https://github.com/reactphp/http)

Installation:
-------------

[](#installation)

Using [composer package manager](https://getcomposer.org/download/)

```
composer require antidot-fw/antidot-react-http:dev-master
```

We have to add the config provider to the framework configuration to load the necessary dependencies, we make sure to load it after the provider of the framework itself.

```
