PHPackages                             zendframework/zend-expressive-swoole - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. zendframework/zend-expressive-swoole

Abandoned → [mezzio/mezzio-swoole](/?search=mezzio%2Fmezzio-swoole)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

zendframework/zend-expressive-swoole
====================================

Swoole support for Expressive

2.5.0(6y ago)16423.8k↑50%12[2 issues](https://github.com/zendframework/zend-expressive-swoole/issues)1BSD-3-ClausePHPPHP ^7.1

Since Jul 10Pushed 6y ago20 watchersCompare

[ Source](https://github.com/zendframework/zend-expressive-swoole)[ Packagist](https://packagist.org/packages/zendframework/zend-expressive-swoole)[ RSS](/packages/zendframework-zend-expressive-swoole/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (21)Used By (1)

zend-expressive-swoole
======================

[](#zend-expressive-swoole)

> ## Repository abandoned 2019-12-31
>
> [](#repository-abandoned-2019-12-31)
>
> This repository has moved to [mezzio/mezzio-swoole](https://github.com/mezzio/mezzio-swoole).

[![Build Status](https://camo.githubusercontent.com/9ab72dfac3e4a46d535be65946f1f6c7a9da7eaf7809a2209995f3790779ac42/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7a656e646672616d65776f726b2f7a656e642d657870726573736976652d73776f6f6c652e7376673f6272616e63683d6d6173746572)](https://secure.travis-ci.org/zendframework/zend-expressive-swoole)[![Coverage Status](https://camo.githubusercontent.com/c86eac47122082e32a34f946ac9448b53e590bdada6dc6f082594a4606436933/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a656e646672616d65776f726b2f7a656e642d657870726573736976652d73776f6f6c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zendframework/zend-expressive-swoole?branch=master)

This library provides the support of [Swoole](https://www.swoole.co.uk/) into an [Expressive](https://getexpressive.org/) application. This means you can execute your Expressive application using Swoole directly from the command line.

Installation
------------

[](#installation)

Run the following to install this library:

```
$ composer require zendframework/zend-expressive-swoole
```

Configuration
-------------

[](#configuration)

After installing zend-expressive-swoole, you will need to first enable the component, and then optionally configure it.

We recommend adding a new configuration file to your autoload directory, `config/autoload/swoole.local.php`. To begin with, use the following contents:

```
