pangou/lumen-swoole

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 2

Open Issues: 0

pkg:composer/pangou/lumen-swoole

dev-master 2016-07-03 08:35 UTC

This package is not auto-updated.

Last update: 2025-10-26 01:50:28 UTC


README

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