Download the PHP package slick/webstack without Composer
On this page you can find all versions of the php package slick/webstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package webstack
Slick Web Stack
The slick/webstack
library provides a PSR-15 HTTP middleware stack designed for building
web applications or services that use the HTTP protocol. It includes a router, security
features, and a dispatcher that generates PSR-7 compliant responses to incoming HTTP
requests, typically routed through a web server.
One of the key strengths of this library is its flexibility. You can easily modify the HTTP middleware stack by adding or removing middleware components to suit your specific needs, making it an adaptable solution for various HTTP handling scenarios.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
Via Composer
Usage
For a complete manual using this library, please refer to Slick Documentation Web Site.
Testing
We use PHPUnit for unit testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of webstack with dependencies
doctrine/collections Version ^2.3
monolog/monolog Version 3.x-dev
psr/log Version >=2.0
slick/configuration Version ^2.1
slick/di Version ^2.0@dev
slick/fswatch Version ^0.1.0@dev
slick/http Version >=3.0
slick/module-api Version >=0.4
symfony/config Version 7.2.x-dev
symfony/console Version 7.2.x-dev
symfony/routing Version 7.2.x-dev
vlucas/phpdotenv Version ^5.6@dev