spiral-packages/simple-php-server

This is my package simple-php-server

Maintainers

πŸ‘ butschster

Package info

github.com/spiral-packages/simple-php-server

pkg:composer/spiral-packages/simple-php-server

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v2.0.0 2022-09-16 11:46 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f5b9720261b2c28c69aae733af66b2141620234f

  • kastahov <kastahov1021.woop@gmail.com>

spiralspiral-packagessimple-php-server

This package is auto-updated.

Last update: 2026-06-16 20:11:11 UTC


README

πŸ‘ PHP Version Require
πŸ‘ Latest Stable Version
πŸ‘ psalm
πŸ‘ Codecov
πŸ‘ Total Downloads

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

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

  • PHP 8.0+
  • Spiral framework 2.9+

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, you don't need to register bootloader by yourself.

Starting a server

php app.php serve

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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