PHPackages                             clubdrei/php-dev-server - 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. clubdrei/php-dev-server

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

clubdrei/php-dev-server
=======================

Wrapper around symfony/cli for easier install with composer

v2.0.0(1y ago)03.0kMITPHPPHP &gt;=5.6

Since Sep 29Pushed 1y agoCompare

[ Source](https://github.com/clubdrei/php-dev-server)[ Packagist](https://packagist.org/packages/clubdrei/php-dev-server)[ RSS](/packages/clubdrei-php-dev-server/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

PHP development server
======================

[](#php-development-server)

This package is a wrapper around the wonderful [Symfony Binary](https://symfony.com/download).

### Start development server

[](#start-development-server)

`./vendor/bin/php-dev-server`

### Configuration in composer.json

[](#configuration-in-composerjson)

```
{
    "extra": {
        "clubdrei/php-dev-server": {
            "port": 55555,
            "webDirectory": "public",
            "tlsEnabled": false,
            "p12File": null
        }
    }
}
```

### Generate P12 file from [Let's Encrypt](https://letsencrypt.org) certificate

[](#generate-p12-file-from-lets-encrypt-certificate)

1. Generate certificate
2. Convert to P12 `openssl pkcs12 -export -out default.p12 -inkey privkey.pem -in cert.pem -certfile chain.pem`
3. Use `symfony` as export password
4. Copy `default.p12` to the desired directory``

### Credits

[](#credits)

- [Symfony Binary](https://symfony.com/doc/current/setup/symfony_server.html)
- [Symfony Local Web Server](https://symfony.com/doc/current/setup/symfony_server.html)
- [Let's Encrypt](https://letsencrypt.org)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance40

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~639 days

Total

4

Last Release

505d ago

Major Versions

v1.2.0 → v2.0.02024-12-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fd49c1b8e45e26593a92aa609b085fbb37378875e5c3a0cae96c9a2cd6e6e9b?d=identicon)[clubdrei.com](/maintainers/clubdrei.com)

![](https://avatars.githubusercontent.com/u/28066477?v=4)[Christoph Bessei](/maintainers/christoph-bessei)[@christoph-bessei](https://github.com/christoph-bessei)

---

Top Contributors

[![christoph-bessei](https://avatars.githubusercontent.com/u/28066477?v=4)](https://github.com/christoph-bessei "christoph-bessei (3 commits)")

### Embed Badge

![Health badge](/badges/clubdrei-php-dev-server/health.svg)

```
[![Health](https://phpackages.com/badges/clubdrei-php-dev-server/health.svg)](https://phpackages.com/packages/clubdrei-php-dev-server)
```

###  Alternatives

[silverstripe/comments

Provides commenting functionality for your SilverStripe site.

41256.1k13](/packages/silverstripe-comments)

PHPackages © 2026

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