nknighter/swoole_http_server_bundle

Implements swoole php extension in symfony projects

v1.0.1 2015-07-24 23:11 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:56:58 UTC


README

Symfony bundle для https://github.com/swoole/swoole-src

Добавить в AppKernel:

$bundles = array(
    ...
    new \Swoole\HttpServerBundle\SwooleHttpServerBundle(),
    ...
);

Запустить:

php app/console swoole:start