PHPackages                             slick/webstack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. slick/webstack

ActiveLibrary[HTTP &amp; Networking](/categories/http)

slick/webstack
==============

PSR-15 HTTP middleware stack that can help you create web applications or web services for HTTP protocol.

v2.0.15(1mo ago)03.9k↓17.8%4MITPHPPHP &gt;=8.2CI passing

Since Nov 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/slickframework/web-stack)[ Packagist](https://packagist.org/packages/slick/webstack)[ RSS](/packages/slick-webstack/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (50)Versions (32)Used By (4)

Slick Web Stack
===============

[](#slick-web-stack)

[![Latest Version](https://camo.githubusercontent.com/debd5e704ef3232daf37dab56008302cd02a56fa91150d21500e11326a0d55b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f736c69636b6672616d65776f726b2f7765622d737461636b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/slickframework/web-stack/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a9b143208ea1d159a2a8e0d2ddb3069aff220e7b6565693251114f49abe0187a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736c69636b6672616d65776f726b2f7765622d737461636b2f636f6e74696e756f75732d696e746567726174696f6e2e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/slickframework/web-stack/actions/workflows/continuous-integration.yml)[![Quality Score](https://camo.githubusercontent.com/fa94a34339a86712ed4ade7efb5e3787a99be47752876b4dce600c8f7e61d916/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736c69636b6672616d65776f726b2f7765622d737461636b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/slickframework/web-stack?branch=master)[![Total Downloads](https://camo.githubusercontent.com/3eb16e321370297d20ab9f14d3336c886e5bcf0c80ae1dc424969b5918189030/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736c69636b2f776562737461636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slick/webstack)

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
-------

[](#install)

Via Composer

```
$ composer require slick/webstack
```

Usage
-----

[](#usage)

For a complete manual using this library, please refer to [Slick Documentation Web Site](https://www.slick-framework.com).

Testing
-------

[](#testing)

We use PHPUnit for unit testing

```
# unit tests
$ vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Slick framework](https://github.com/slickframework)
- [All Contributors](https://github.com/slickframework/webstack/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance88

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~114 days

Recently: every ~88 days

Total

28

Last Release

59d ago

Major Versions

v1.5.3 → v2.0.02024-09-10

PHP version history (5 changes)v1.0.0PHP &gt;=5.6

v1.2.0PHP &gt;=7.1

v1.3.0PHP &gt;=7.2

v1.5.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101112?v=4)[fsilva](/maintainers/fsilva)[@fsilva](https://github.com/fsilva)

---

Top Contributors

[![silvamfilipe](https://avatars.githubusercontent.com/u/5720969?v=4)](https://github.com/silvamfilipe "silvamfilipe (220 commits)")

---

Tags

slick-phphttppsr-7psr-15slick

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/slick-webstack/health.svg)

```
[![Health](https://phpackages.com/badges/slick-webstack/health.svg)](https://phpackages.com/packages/slick-webstack)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
