nknighter/swoole_http_server_bundle

Implements swoole php extension in symfony projects

Maintainers

Package info

github.com/nknighter/swoole-http-server-bundle

pkg:composer/nknighter/swoole_http_server_bundle

Statistics

Installs: 218

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 2

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

This package is not auto-updated.

Last update: 2026-05-10 03:01:59 UTC


README

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

Добавить в AppKernel:

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

Запустить:

php app/console swoole:start