nknighter / swoole_http_server_bundle
Implements swoole php extension in symfony projects
Installs: 218
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 2
Open Issues: 2
pkg:composer/nknighter/swoole_http_server_bundle
Requires
- php: >=5.5
- ext-swoole: *
- symfony/console: ^2.3
- symfony/framework-bundle: ^2.3
- symfony/http-foundation: ^2.3
This package is not auto-updated.
Last update: 2026-02-01 01:23:17 UTC
README
Symfony bundle для https://github.com/swoole/swoole-src
Добавить в AppKernel:
$bundles = array(
...
new \Swoole\HttpServerBundle\SwooleHttpServerBundle(),
...
);
Запустить:
php app/console swoole:start