PHPackages                             timostamm/microserver - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. timostamm/microserver

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

timostamm/microserver
=====================

v2.0.2(7y ago)046MITPHPPHP ^7.1.3

Since May 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/timostamm/microserver)[ Packagist](https://packagist.org/packages/timostamm/microserver)[ RSS](/packages/timostamm-microserver/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

PHP Microserver
===============

[](#php-microserver)

[![Build Status](https://camo.githubusercontent.com/6cb1dba60b7325765b6d02abd2c8db6774d0c1417ef7ee74e4a6add1f05572cf/68747470733a2f2f6170692e7472617669732d63692e6f72672f74696d6f7374616d6d2f6d6963726f7365727665722e706e67)](https://travis-ci.org/timostamm/microserver)

Minimal web server based on Symfony components.

It is very simple to use:

```
$server = new Server();
$server->addController(SimpleController::class);
$server->serve()->send();
```

For an example how to use composer autoloading, see htdocs/index.php

Features:

- Support for symfony `@Route` annotations
- Support for route parameters as controller arguments (scalar types)
- Robust exception handling
- JSON exception formatting (by using JsonServer)
- Controller constructor arguments can be provided by calling addController() with a factory function as second argument
- Nothing else

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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 ~19 days

Total

5

Last Release

2905d ago

Major Versions

v1.0.1 → v2.0.02018-07-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/6364011a12f22cb5046056371bde6170218218c560eddfdc08b4644b7648af78?d=identicon)[timostamm](/maintainers/timostamm)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/timostamm-microserver/health.svg)

```
[![Health](https://phpackages.com/badges/timostamm-microserver/health.svg)](https://phpackages.com/packages/timostamm-microserver)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/packages/laravel-framework)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.4k](/packages/symfony-framework-bundle)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k624.1k86](/packages/akeneo-pim-community-dev)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)[oro/platform

Business Application Platform (BAP)

645143.5k114](/packages/oro-platform)

PHPackages © 2026

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