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

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

brandoriented/swoole-server-bundle
==================================

Symfony Swoole HTTP Server Bundle

1.0.6(7y ago)04PHPPHP &gt;=7.0.0

Since Jun 16Pushed 7y agoCompare

[ Source](https://github.com/BrandOriented/swoole-server-bundle)[ Packagist](https://packagist.org/packages/brandoriented/swoole-server-bundle)[ RSS](/packages/brandoriented-swoole-server-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Installation
============

[](#installation)

Open a command console, enter your project directory and execute:

```
$ composer require emnsen/swoole-server-bundle
```

USAGE
-----

[](#usage)

```
# Start the swoole server
$ php bin/console swoole:server:start
```

```
# Stop the swoole server
$ php bin/console swoole:server:stop
```

```
# Reload the swoole server
$ php bin/console swoole:server:reload
```

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

[](#configuration)

### Default Configs

[](#default-configs)

```
host: 0.0.0.0
port: 8080
options:
    pid_file: /var/run/swoole_server.pid
    log_file: %kernel.logs_dir%/swoole.log
    daemonize: true
    document_root: %kernel.project_dir%/public
    enable_static_handler: true
```

### Other Configs

[](#other-configs)

*Note: these options have not been tried*

```
options:
    max_request: ~
    open_cpu_affinity: ~
    task_worker_num: ~
    enable_port_reuse: ~
    worker_num: ~
    reactor_num: ~
    dispatch_mode: ~
    discard_timeout_request: ~
    open_tcp_nodelay: ~
    open_mqtt_protocol: ~
    user: ~
    group: ~
    ssl_cert_file: ~
    ssl_key_file: ~
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

2883d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/233d0b00251744484000748877ee4d8d47e00446fa86a8cf9155e6f4d6b7ef48?d=identicon)[Effiana](/maintainers/Effiana)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M232](/packages/nelmio-api-doc-bundle)[friendsofsymfony/http-cache-bundle

Set path based HTTP cache headers and send invalidation requests to your HTTP cache

43813.2M47](/packages/friendsofsymfony-http-cache-bundle)[handcraftedinthealps/rest-routing-bundle

This bundle provides automatic route registration for the Controllers

582.0M2](/packages/handcraftedinthealps-rest-routing-bundle)[ideasoft/http-batch-bundle

Http batch server implementation for symfony via sub requests.

2520.4k](/packages/ideasoft-http-batch-bundle)

PHPackages © 2026

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