Skip to content

Asynchronous event-driven react http server for Laravel and Lumen.

Notifications You must be signed in to change notification settings

raplider/laravel-reactphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Asynchronous event-driven react http server for Laravel and Lumen.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%