2017 © Pedro Peláez
 

library lumen-swoole

image

pangou/lumen-swoole

  • Sunday, July 3, 2016
  • by chenchun0629
  • Repository
  • 2 Watchers
  • 6 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

lumen-swoole

Documention

  1. copy package_path\Config\swooleserver.php to project_path\config\swooleserver.php
  2. edit public\app.php
$app->loadComponent('swooleserver', [
        LumenSwoole\SwooleServiceProvide::class
    ], 'lumen.swoole')->server()->run();
  1. run it
cd project_path/
php public/app.php

The Versions

03/07 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar chenchun0629