nknighter / swoole_http_server_bundle
在 symfony 项目中实现 swoole php 扩展
v1.0.1
2015-07-24 23:11 UTC
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: 2024-09-28 18:10:36 UTC
README
Symfony 扩展,用于 https://github.com/swoole/swoole-src
添加到 AppKernel
$bundles = array(
...
new \Swoole\HttpServerBundle\SwooleHttpServerBundle(),
...
);
启动
php app/console swoole:start