PHPackages                             andreybolonin/swoole-http-server-bundle - 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. andreybolonin/swoole-http-server-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

andreybolonin/swoole-http-server-bundle
=======================================

Implements swoole php extension in symfony projects

18PHP

Since Jul 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/andreybolonin/sfswoole)[ Packagist](https://packagist.org/packages/andreybolonin/swoole-http-server-bundle)[ RSS](/packages/andreybolonin-swoole-http-server-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

run symfony in swoole

1 install

```
    composer require andreybolonin/swoole-http-server-bundle:dev-master

```

2 define commands in services.yaml

```
    Swoole\HttpServerBundle\Command\RunCommand:
      tags:
          - { name: 'console.command', command: 'swoole:run' }

    Swoole\HttpServerBundle\Command\StatusCommand:
      tags:
          - { name: 'console.command', command: 'swoole:status' }

    Swoole\HttpServerBundle\Command\StopCommand:
      tags:
          - { name: 'console.command', command: 'swoole:stop' }

    Swoole\HttpServerBundle\Command\StartCommand:
      tags:
          - { name: 'console.command', command: 'swoole:start' }

```

2 swoole http server command

```
    * bin/console swoole:run   --evn=dev
    * bin/console swoole:start --evn=prod
    * bin/console swoole:status
    * bin/console swoole:stop
    * bin/console swoole:reload

```

3 nginx proxy config

```
    server {
        listen       80;
        server_name  youdomain.com;
        location / {
            proxy_connect_timeout 300;
            proxy_send_timeout 300;
            proxy_read_timeout 300;
            send_timeout 300;
            proxy_set_header X-Real-IP  $remote_addr;
            proxy_set_header Host $host;
            proxy_pass http://127.0.0.1:2345/;
            proxy_redirect off;
        }
    }

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/adc3d0e11e285a41f126df479eeb9c7b00107008c507b177ea2921ae1c314eda?d=identicon)[andreybolonin](/maintainers/andreybolonin)

---

Top Contributors

[![andreybolonin](https://avatars.githubusercontent.com/u/2576509?v=4)](https://github.com/andreybolonin "andreybolonin (4 commits)")

### Embed Badge

![Health badge](/badges/andreybolonin-swoole-http-server-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/andreybolonin-swoole-http-server-bundle/health.svg)](https://phpackages.com/packages/andreybolonin-swoole-http-server-bundle)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.7k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M89](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
