PHPackages                             spiral-packages/simple-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. spiral-packages/simple-php-server

ActiveLibrary

spiral-packages/simple-php-server
=================================

This is my package simple-php-server

v2.0.0(3y ago)214MITPHPPHP ^8.1

Since Feb 15Pushed 3y ago1 watchersCompare

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

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

Simple PHP web server for Spiral Framework
==========================================

[](#simple-php-web-server-for-spiral-framework)

[![PHP Version Require](https://camo.githubusercontent.com/c1b456c5a8ef8ed4be2c8f355fad854508c4903f4dfe623b4061d88b584b028b/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2d7061636b616765732f73696d706c652d7068702d7365727665722f726571756972652f706870)](https://packagist.org/packages/spiral-packages/simple-php-server)[![Latest Stable Version](https://camo.githubusercontent.com/8ec751467554b511e0c3391f2e30e72fb96b2e455bc4ed29995c460e2161bdc0/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2d7061636b616765732f73696d706c652d7068702d7365727665722f762f737461626c65)](https://packagist.org/packages/spiral-packages/simple-php-server)[![psalm](https://github.com/spiral-packages/simple-php-server/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral-packages/simple-php-server/actions)[![Codecov](https://camo.githubusercontent.com/8c213bd44784c502ef9a555b4e0b006f6ba47a47caeea6df878e00d8a03338fd/68747470733a2f2f636f6465636f762e696f2f67682f73706972616c2d7061636b616765732f73696d706c652d7068702d7365727665722f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/spiral-packages/simple-php-server/)[![Total Downloads](https://camo.githubusercontent.com/e4321837db2ba5f161445e3b3306479f4cb413dda270e8941d8eb94c577521e7/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2d7061636b616765732f73696d706c652d7068702d7365727665722f646f776e6c6f616473)](https://packagist.org/spiral-packages/simple-php-server/phpunit)

The package helps running applications on the PHP development server. As a developer, you can use the package to develop and test various functions within the application. It also accepts two additional options. You can use the host for changing application’s address and port.

Requirements
------------

[](#requirements)

Make sure that your server is configured with following PHP version and extensions:

- PHP 8.0+
- Spiral framework 2.9+

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

[](#installation)

You can install the package via composer:

```
composer require spiral-packages/simple-php-server
```

After package install you need to register bootloader from the package.

```
protected const LOAD = [
    // ...
    \Spiral\SimpleServer\Bootloader\SimpleServerBootloader::class,
];
```

> Note: if you are using [`spiral-packages/discoverer`](https://github.com/spiral-packages/discoverer), you don't need to register bootloader by yourself.

Starting a server
-----------------

[](#starting-a-server)

```
php app.php serve
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [kastahov](https://github.com/spiral-packages)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~106 days

Total

3

Last Release

1339d ago

Major Versions

1.0.x-dev → v2.0.02022-09-16

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/773481?v=4)[Pavel Buchnev](/maintainers/butschster)[@butschster](https://github.com/butschster)

---

Top Contributors

[![butschster](https://avatars.githubusercontent.com/u/773481?v=4)](https://github.com/butschster "butschster (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![meekstellar](https://avatars.githubusercontent.com/u/44509066?v=4)](https://github.com/meekstellar "meekstellar (3 commits)")

---

Tags

phpphp-serverphp8spiralspiral-frameworkspiralspiral-packagessimple-php-server

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/spiral-packages-simple-php-server/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

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

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

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

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[open-dxp/opendxp

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

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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