PHPackages                             mickeywaugh/workerman-httpserver - 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. mickeywaugh/workerman-httpserver

ActiveLibrary

mickeywaugh/workerman-httpserver
================================

Httpserver for Symfony7/8 using Workerman 5. fork from Tourze/Workerman-ServerBundle but more active and fetures.

v1.0.3(2mo ago)05MITPHP

Since Feb 28Pushed 2mo agoCompare

[ Source](https://github.com/Mickeywaugh/workerman-httpserver)[ Packagist](https://packagist.org/packages/mickeywaugh/workerman-httpserver)[ RSS](/packages/mickeywaugh-workerman-httpserver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (37)Versions (4)Used By (0)

Workerman Server Bundle
=======================

[](#workerman-server-bundle)

Fork from tourze/workerman-server-bundle, but more activity and fetures.

[English](https://github.com/tourze/workerman-server-bundle/blob/master/README.md) | [中文](https://github.com/tourze/workerman-server-bundle/blob/master/README.zh-CN.md)

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

[](#installation)

```
composer require mickeywaugh/workerman-httpserver
```

Add the bundle to your `config/bundles.php`:

```
return [
    // ...
    Mickeywaugh\WorkermanServerBundle\WorkermanServerBundle::class => ['all' => true],
];
```

Quick Start
-----------

[](#quick-start)

### Starting the HTTP Server

[](#starting-the-http-server)

```
# Start the server
php bin/console workerman:http start --port=8080 --host=127.0.0.1

# Start as daemon
php bin/console workerman:http start -d --port=8080 --host=127.0.0.1

# Stop the server
php bin/console workerman:http stop

# Restart the server
php bin/console workerman:http restart

# Check server status
php bin/console workerman:http status

# Reload workers (graceful restart)
php bin/console workerman:http reload

# View connection details
php bin/console workerman:http connections
```

The server will start on `http://127.0.0.1:8080` by default.

Commands
--------

[](#commands)

### workerman:http

[](#workermanhttp)

The main command to manage the Workerman HTTP server.

**Description**: Start Workerman HTTP server for your Symfony application

**Usage**:

```
php bin/console workerman:http
```

**Options**:

- `--host`: The host address to bind to (default: 127.0.0.1). Also can be set via the environment variable `WORKERMAN_SERVER_HOST`.
- `--port`: The port number to listen on (default: 8080). Also can be set via the environment variable `WORKERMAN_SERVER_PORT`.
- `--daemonize or -d`: Run the server as a daemon process

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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

3

Last Release

80d ago

### Community

Maintainers

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

---

Top Contributors

[![Mickeywaugh](https://avatars.githubusercontent.com/u/30330842?v=4)](https://github.com/Mickeywaugh "Mickeywaugh (6 commits)")[![tourze](https://avatars.githubusercontent.com/u/13899502?v=4)](https://github.com/tourze "tourze (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mickeywaugh-workerman-httpserver/health.svg)

```
[![Health](https://phpackages.com/badges/mickeywaugh-workerman-httpserver/health.svg)](https://phpackages.com/packages/mickeywaugh-workerman-httpserver)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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