Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/web-server-bundle
Provides commands for running applications using the PHP built-in web server
https://github.com/symfony/web-server-bundle
component php symfony symfony-component
Last synced: about 1 month ago
JSON representation
Provides commands for running applications using the PHP built-in web server
- Host: GitHub
- URL: https://github.com/symfony/web-server-bundle
- Owner: symfony
- License: mit
- Archived: true
- Created: 2017-01-07T00:02:01.000Z (almost 8 years ago)
- Default Branch: 4.4
- Last Pushed: 2022-07-29T12:26:26.000Z (over 2 years ago)
- Last Synced: 2024-09-29T16:04:20.472Z (about 1 month ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/web-server-bundle
- Size: 231 KB
- Stars: 1,265
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
WebServerBundle
===============**CAUTION**: this bundle is deprecated since Symfony 4.4. Instead, use the
[Symfony Local Web Server](https://symfony.com/doc/current/setup/symfony_server.html).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.Resources
---------* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)