visual-craft / web-server-bundle
Visual Craft WebServerBundle
Installs: 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
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/process: ^3.4.2|^4.0.2|^5.0
Requires (Dev)
- phpunit/phpunit: ^9
Conflicts
This package is auto-updated.
Last update: 2025-03-29 00:49:03 UTC
README
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.
This bundle is based on symfony/web-server-bundle
.
Differences
Differences from the original bundle:
- Removed deprecations
- Removed
server:log
command
Resources
License
See LICENSE
file