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

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

koriym/php-server
=================

1.0.1(1y ago)024.8k↑179.8%1MITPHPPHP ^8.0CI passing

Since Jul 26Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/koriym/Koriym.PhpServer)[ Packagist](https://packagist.org/packages/koriym/php-server)[ RSS](/packages/koriym-php-server/feed)WikiDiscussions 1.x Synced 2w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

koriym/php-server
=================

[](#koriymphp-server)

Simple PHP built-in server utility for testing
----------------------------------------------

[](#simple-php-built-in-server-utility-for-testing)

Do you ever need to test using a http server? This utility will fast launch a built-in PHP server just when you need it.

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

[](#installation)

```
composer require koriym/php-server

```

Usage
-----

[](#usage)

```
$server = new PhpServer('127.0.0.1:8080', 'path/to/index.php');
$server->start();

// your http test here

$server->stop();
```

You can also specify a public web directory.

```
$server = new PhpServer('127.0.0.1:8080', 'path/to/public');
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance52

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

219d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k257.0M28.0k](/packages/friendsofphp-php-cs-fixer)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.9k1](/packages/phpactor-phpactor)[illuminate/process

The Illuminate Process package.

44926.6k129](/packages/illuminate-process)

PHPackages © 2026

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