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: 2025-07-19 22:28:59 UTC


README

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

Добавить в AppKernel:

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

Запустить:

php app/console swoole:start