PHPackages                             kaz29/cakephp-psr15 - 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. [Framework](/categories/framework)
4. /
5. kaz29/cakephp-psr15

ActiveCakephp-plugin[Framework](/categories/framework)

kaz29/cakephp-psr15
===================

PSR-15 Middleware support for CakePHP

0885PHP

Since May 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kaz29/cakephp-psr15)[ Packagist](https://packagist.org/packages/kaz29/cakephp-psr15)[ RSS](/packages/kaz29-cakephp-psr15/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PSR-15 Middleware support for CakePHP
=====================================

[](#psr-15-middleware-support-for-cakephp)

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require kaz29/cakephp-psr15:dev-master

```

Basic Usage
-----------

[](#basic-usage)

### Application.php

[](#applicationphp)

Add your PSR-15 middleware referring to the following sample.

```
...
        $middlewareQueue
            // Catch any exceptions in the lower layers,
            // and make an error page/response
            ->add(new ErrorHandlerMiddleware(null, Configure::read('Error')))
            ->add(new PsrMiddleware(new YourPsr15Middleware()))
....

```

Author
------

[](#author)

Kazuhiro Watanabe - cyo \[at\] mac.com - [https://twitter.com/kaz\_29](https://twitter.com/kaz_29)

License
-------

[](#license)

Phai is licensed under the MIT License - see the LICENSE file for details

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/63869?v=4)[Kaz Watanabe](/maintainers/kaz29)[@kaz29](https://github.com/kaz29)

### Embed Badge

![Health badge](/badges/kaz29-cakephp-psr15/health.svg)

```
[![Health](https://phpackages.com/badges/kaz29-cakephp-psr15/health.svg)](https://phpackages.com/packages/kaz29-cakephp-psr15)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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