Download the PHP package spiral-packages/simple-php-server without Composer
On this page you can find all versions of the php package spiral-packages/simple-php-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spiral-packages/simple-php-server
More information about spiral-packages/simple-php-server
Files in spiral-packages/simple-php-server
Package simple-php-server
Short Description This is my package simple-php-server
License MIT
Homepage https://github.com/spiral-packages/simple-php-server
Informations about the package simple-php-server
Simple PHP web server for Spiral Framework
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:
After package install you need to register bootloader from the package.
Note: if you are using
spiral-packages/discoverer
, you don't need to register bootloader by yourself.
Starting a server
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
- kastahov
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of simple-php-server with dependencies
spiral/boot Version ^3.0
spiral/console Version ^3.0
symfony/http-foundation Version ^6.0
symfony/process Version ^6.0