PHPackages                             zestic/webonyx-middleware-component - 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. [API Development](/categories/api)
4. /
5. zestic/webonyx-middleware-component

ActiveLibrary[API Development](/categories/api)

zestic/webonyx-middleware-component
===================================

Laminas framework integration for webonyx-psr15-middleware

0.1.0(9mo ago)01.3k↓50%Apache-2.0PHPPHP ^8.3 | ^8.4CI passing

Since Jul 25Pushed 9mo agoCompare

[ Source](https://github.com/zestic/webonyx-middleware-component)[ Packagist](https://packagist.org/packages/zestic/webonyx-middleware-component)[ RSS](/packages/zestic-webonyx-middleware-component/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Webonyx Middleware Component
============================

[](#webonyx-middleware-component)

[![Test](https://github.com/zestic/webonyx-middleware-component/workflows/Test/badge.svg)](https://github.com/zestic/webonyx-middleware-component/actions/workflows/test.yml)[![codecov](https://camo.githubusercontent.com/3e18e5d7d761b022fefdc4346065096a6c0c7210fe3e69640df48998a5e29a0c/68747470733a2f2f636f6465636f762e696f2f67682f7a65737469632f7765626f6e79782d6d6964646c65776172652d636f6d706f6e656e742f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/zestic/webonyx-middleware-component)[![License](https://camo.githubusercontent.com/a549a7a30bacba7bfceebdc207a8e86c3f2c02995a2527640dca30048fd2b64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75652e737667)](https://opensource.org/licenses/Apache-2.0)

This library provides Laminas framework integration for the [webonyx-psr15-middleware](https://github.com/xaddax/webonyx-psr15-middleware) package.

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Composer

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

[](#installation)

```
composer require zestic/webonyx-middleware-component
```

Usage
-----

[](#usage)

1. Register the module in your Laminas application:

```
// config/modules.config.php
return [
    'WebonyxMiddleware',
    // ... other modules
];
```

2. Configure your GraphQL schema and middleware:

```
// config/autoload/graphql.global.php
return [
    'graphql' => [
        'schema' => [
             // Look in webonyx-psr15-middleware for configuration
        ],
        'context' => [
            // Your context factory
        ],
        'debug' => true, // Enable in development
    ],
];
```

Testing
-------

[](#testing)

Run the test suite:

```
composer test
```

Run static analysis:

```
composer stan
```

Run code style checks:

```
composer cs-check
```

Fix code style issues:

```
composer cs-fix
```

License
-------

[](#license)

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance55

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

297d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd5a2c6deedf2f52379d21fa55c9f5c6d0999b0ac1ca2ca2f33293e229107bfe?d=identicon)[iampersistent](/maintainers/iampersistent)

---

Top Contributors

[![iampersistent](https://avatars.githubusercontent.com/u/16964?v=4)](https://github.com/iampersistent "iampersistent (20 commits)")

---

Tags

middlewarelaminasgraphqlwebonyx

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zestic-webonyx-middleware-component/health.svg)

```
[![Health](https://phpackages.com/badges/zestic-webonyx-middleware-component/health.svg)](https://phpackages.com/packages/zestic-webonyx-middleware-component)
```

###  Alternatives

[jerowork/graphql-attribute-schema

Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.

1727.1k](/packages/jerowork-graphql-attribute-schema)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)[mezzio/mezzio-authentication

Authentication middleware for Mezzio and PSR-7 applications

121.6M26](/packages/mezzio-mezzio-authentication)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)[phps-cans/psr7-middleware-graphql

This package contains a http-interop middleware implementation to handle graphql request

1528.7k](/packages/phps-cans-psr7-middleware-graphql)[los/los-rate-limit

Rate Limit Middleware for PHP

2737.9k1](/packages/los-los-rate-limit)

PHPackages © 2026

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