nknighter/swoole_http_server_bundle

在 symfony 项目中实现 swoole php 扩展

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

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