mnvx/laravel-reactphp

ReactPHP Server for Laravel framework and Lumen framework
1,440 6
Install
composer require mnvx/laravel-reactphp
Latest Version:v0.2.0
PHP:>=5.6.4
License:MIT
Last Updated:Oct 4, 2017
Links: GitHub  ·  Packagist
Maintainer: mnvx

mnvx/laravel-reactphp

Integration of ReactPHP Server for Laravel 5.4 and Lumen 5.4.

This fork works with requests contained JSON body.

Now using reactphp/http 0.7.0!

Installation

Install via composer

composer require mnvx/laravel-reactphp:dev-master

After installing, add provider on config/app.php on your project.

// app.php

'providers' => [
    // ...
  
    'LaravelReactPHP\Providers\ReactCommandProvider',
],

Run the server

php artisan react-serve --listen=tcp://127.0.0.1:8080

Credits

This library based on Saoneth/laravel-reactphp.

Related Packages

shakahl/laravel-reactphp

ReactPHP Server for Laravel framework and Lumen framework

81 7
fahim/lumen-reactphp

ReactPHP Server On Lumen 5.0

12 2
postedin/oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen

544 0
ademes/oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen

197 0
nazo/laravel-reactphp

ReactPHP Server On Laravel 5.0

133 49