PHPackages                             utopia-php/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. [Framework](/categories/framework)
4. /
5. utopia-php/swoole

AbandonedArchivedLibrary[Framework](/categories/framework)

utopia-php/swoole
=================

An extension for Utopia Framework to work with PHP Swoole as a PHP FPM alternative

1.0.2(3mo ago)18322.6k↓40.8%11[2 PRs](https://github.com/utopia-php/swoole/pulls)1MITPHPPHP &gt;=8.1

Since Aug 14Pushed 3mo ago8 watchersCompare

[ Source](https://github.com/utopia-php/swoole)[ Packagist](https://packagist.org/packages/utopia-php/swoole)[ RSS](/packages/utopia-php-swoole/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (39)Used By (1)

Utopia Swoole
=============

[](#utopia-swoole)

[![Build Status](https://camo.githubusercontent.com/28232b2045effab035dba482552b6f36ddd730a1d557c2429f91091eaf210abc/68747470733a2f2f7472617669732d63692e636f6d2f75746f7069612d7068702f73776f6f6c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/swoole)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)[![Total Downloads](https://camo.githubusercontent.com/194e21fd5568401eb13fc53bc055ca3707f84b5d68dd6711367e907ac9d9b04f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73776f6f6c652e737667)](https://camo.githubusercontent.com/194e21fd5568401eb13fc53bc055ca3707f84b5d68dd6711367e907ac9d9b04f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73776f6f6c652e737667)

An extension for Utopia Framework to work with [PHP Swoole](https://github.com/swoole/swoole-src) as a PHP FPM alternative. This library extends the default Utopia Request &amp; Response classes with ones that can interact with the Swoole server. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

This library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project. Your PHP installation should be compiled with the [PHP Swoole](https://github.com/swoole/swoole-src) extension for this library to work with Utopia PHP.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/swoole
```

```
