You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides the support of [Swoole](https://www.swoole.co.uk/) into
7
-
an [Mezzio](https://docs.mezzio.dev/) application. This means you can
8
-
execute your Mezzio application using Swoole directly from the command line.
6
+
This library provides support for [Swoole](https://github.com/swoole/swoole-src) or [Open Swoole](https://www.swoole.co.uk/) for [Mezzio](https://docs.mezzio.dev/) applications.
7
+
This means you can execute your Mezzio application using Swoole directly from the command line.
> If you have built your application on the 3.1.0 or later version of the
59
-
> Mezzio skeleton, you do not need to instantiate and invoke the package's
60
-
> `ConfigProvider`, as the skeleton supports it out of the box.
56
+
> If you have built your application on the 3.1.0 or later version of the Mezzio skeleton, you do not need to instantiate and invoke the package's `ConfigProvider`, as the skeleton supports it out of the box.
61
57
>
62
58
> You will only need to provide any additional configuration of the HTTP server.
0 commit comments