viserio / web-server
The Viserio Web Server package.
dev-master / 1.0.x-dev
2020-02-03 15:20 UTC
Requires
- php: ^7.4
- symfony/polyfill-ctype: ^1.8.0
- symfony/process: ^4.3.8 || ^5.0.0
- viserio/config: ^1.0@dev
- viserio/console: ^1.0@dev
- viserio/debug-provider: ^1.0@dev
- viserio/support: ^1.0@dev
- viserio/web-server-contract: ^1.0@dev
Requires (Dev)
- mockery/mockery: ^1.2.4
- narrowspark/coding-standard: ^3.4.0
- narrowspark/testing-helper: ^8.0.2
- phpunit/phpunit: 8.2.*
- psr/http-message: ^1.0.0
- slam/phpstan-extensions: ^4.0.0
- symfony/var-dumper: ^4.3.8 || ^5.0.0
- viserio/container: ^1.0@dev
- viserio/events: ^1.0@dev
- viserio/foundation: ^1.0@dev
- viserio/http: ^1.0@dev
- viserio/monolog-bridge: ^1.0@dev
- viserio/phpstan-bridge: ^1.0@dev
- viserio/twig-bridge: ^1.0@dev
Suggests
- ext-pcntl: Required to use the server start command (*).
- ext-posix: Required to use the server start command (*).
- container-interop/service-provider: Required to use service-provider (^0.4).
- psr/http-message: Required to use the RequestContextProvider class for the var-dump connection (^1.0.0)
- symfony/var-dumper: Required to use the server dump command (^4.3.8 | ^5.0).
- viserio/foundation: Required to use the SourceContextProvider class for the var-dump connection (^1.0@dev).
- viserio/monolog-bridge: Required to use the server log command (^1.0@dev).
This package is auto-updated.
Last update: 2024-10-29 05:34:23 UTC
README
Note: This package is part of the Narrowspark framework.
If you want to build an app using Narrowspark, visit the main source.
Installation
Use Composer to install this package:
composer require viserio/web-server
Official Documentation
Documentation for the framework can be found on the Narrowspark site.
Contributing
Issues for this package shall be posted on Narrowspark framework issues.
Thank you for considering contributing to the Narrowspark framework! The contribution guide can be found in the Narrowspark contributing.
License
The Narrowspark framework is open-sourced software licensed under the MIT license.