nazo/laravel-reactphp

ReactPHP Server On Laravel 5.0
133 49
Install
composer require nazo/laravel-reactphp
Latest Version:0.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Mar 8, 2015
Links: GitHub  ·  Packagist
Maintainer: nazo

laravel-reactphp

ReactPHP Server on Laravel 5.0

install

  • install via composer
composer require nazo/laravel-reactphp
  • After installing, add provider on config/app.php on your project.
// app.php

    'providers' => [
        ...

        'LaravelReactPHP\Providers\ReactCommandProvider',
    ],

run server

php artisan react-serve

Related Packages

mnvx/laravel-reactphp

ReactPHP Server for Laravel framework and Lumen framework

1,440 6
cleytonbonamigo/lumen-reactphp

ReactPHP Server On Lumen 5.2

77 2
fahim/lumen-reactphp

ReactPHP Server On Lumen 5.0

12 2
artisansdk/server

A service-based, Laravel PHP implementation of an async, realtime, WebSocket ser...

23 1
morozovsk/websocket

simple php websocket server with examples and demo: simple chat (single daemon)...

18,226 363