PHPackages                             outeredge/swagger-module - 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. outeredge/swagger-module

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

outeredge/swagger-module
========================

Laminas Framework Module for Swagger resource file generation

4.0.0(5y ago)23112.1k↓15.6%13Apache-2.0PHPPHP ^7.0

Since Jun 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/outeredge/SwaggerModule)[ Packagist](https://packagist.org/packages/outeredge/swagger-module)[ Docs](https://github.com/outeredge/SwaggerModule)[ RSS](/packages/outeredge-swagger-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (11)Used By (0)

SwaggerModule
=============

[](#swaggermodule)

A Zend Framework module that allows the generation of Swagger compliant resource files and is based on [swagger-php](https://github.com/zircote/swagger-php).

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

[](#installation)

The recommended way to install [`outeredge/swagger-module`](https://packagist.org/packages/outeredge/swagger-module) is through [composer](http://getcomposer.org/):

```
php composer.phar require outeredge/swagger-module
```

You can then enable this module in your `config/application.config.php` by adding `SwaggerModule` to the `modules` key:

```
// ...
    'modules' => array(
        // ...
        'SwaggerModule'
    ),
```

Configuration
-------------

[](#configuration)

Copy `config/module.swagger.global.php.dist` to your config/autoload folder and modify paths variable

Usage
-----

[](#usage)

See [swagger-php](https://github.com/zircote/swagger-php#readme) for library usage information.

```
$swagger = $this->getServiceLocator()->get('service.swagger');
echo $swagger->getResource('http://org.local/v1');
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~390 days

Recently: every ~318 days

Total

9

Last Release

1952d ago

Major Versions

0.2 → 2.02016-02-12

2.0.2 → 3.0.02020-07-22

3.0.0 → 4.0.02021-01-12

PHP version history (3 changes)0.2PHP &gt;=5.3.3

2.1.1PHP ^5.6 || ^7.0

4.0.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1860caf77d9ad2a652f889890911b695bbc63db970b03cd53c4c52aa5c922f8f?d=identicon)[outeredge](/maintainers/outeredge)

---

Top Contributors

[![davidwindell](https://avatars.githubusercontent.com/u/1720090?v=4)](https://github.com/davidwindell "davidwindell (32 commits)")[![xl32](https://avatars.githubusercontent.com/u/1729594?v=4)](https://github.com/xl32 "xl32 (7 commits)")[![bakura10](https://avatars.githubusercontent.com/u/1198915?v=4)](https://github.com/bakura10 "bakura10 (5 commits)")[![chaos0815](https://avatars.githubusercontent.com/u/915071?v=4)](https://github.com/chaos0815 "chaos0815 (1 commits)")[![alexdenvir](https://avatars.githubusercontent.com/u/1412074?v=4)](https://github.com/alexdenvir "alexdenvir (1 commits)")[![Trunst](https://avatars.githubusercontent.com/u/3854632?v=4)](https://github.com/Trunst "Trunst (1 commits)")[![Xerkus](https://avatars.githubusercontent.com/u/725842?v=4)](https://github.com/Xerkus "Xerkus (1 commits)")

---

Tags

apilaminasrestswaggeropenapi

### Embed Badge

![Health badge](/badges/outeredge-swagger-module/health.svg)

```
[![Health](https://phpackages.com/badges/outeredge-swagger-module/health.svg)](https://phpackages.com/packages/outeredge-swagger-module)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)[vyuldashev/laravel-openapi

Generate OpenAPI Specification for Laravel Applications

4571.2M](/packages/vyuldashev-laravel-openapi)[api-platform/openapi

Models to build and serialize an OpenAPI specification.

353.3M48](/packages/api-platform-openapi)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[api-platform/json-schema

Generate a JSON Schema from a PHP class

273.4M26](/packages/api-platform-json-schema)[api-platform/state

API Platform state interfaces

223.4M57](/packages/api-platform-state)

PHPackages © 2026

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