symfony / web-server-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Provides commands for running applications using the PHP built-in web server
Package info
github.com/symfony/web-server-bundle
Type:symfony-bundle
pkg:composer/symfony/web-server-bundle
v4.4.44
2022-06-27 13:16 UTC
Requires
- php: >=7.1.3
- symfony/config: ^3.4|^4.0|^5.0
- symfony/console: ^3.4|^4.0|^5.0
- symfony/dependency-injection: ^3.4|^4.0|^5.0
- symfony/http-kernel: ^3.4|^4.0|^5.0
- symfony/polyfill-ctype: ~1.8
- symfony/polyfill-php80: ^1.16
- symfony/process: ^3.4.2|^4.0.2|^5.0
Suggests
- symfony/expression-language: For using the filter option of the log server.
- symfony/monolog-bridge: For using the log server.
This package is auto-updated.
Last update: 2023-01-01 16:23:45 UTC
README
CAUTION: this bundle is deprecated since Symfony 4.4. Instead, use the Symfony Local Web Server.
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.