PHPackages                             v3knet/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. [API Development](/categories/api)
4. /
5. v3knet/swagger-module

ActiveLibrary[API Development](/categories/api)

v3knet/swagger-module
=====================

0.2.0(10y ago)06PHPPHP &gt;=5.5

Since Aug 12Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (26)Versions (6)Used By (0)

Swagger module
==============

[](#swagger-module)

This module provides (1) [Swagger UI](http://swagger.io) at /swagger and (2) Auto generate the `/swagger.json` file.

Example
-------

[](#example)

Define Swagger annotations, the module with add it to `swagger.json` response.

```
namespace my_module\controllers;

use vendor_name\project_name\system\controllers\BaseController;
use vendor_name\project_name\swagger\annotations as Swagger;

class HelloController extends BaseController {

    /**
     * @Swagger\Param(name="name", in="path")
     * @Swagger\Response("Hello")
     */
    public function actionGet($name) {
        return $this->json(new Hello($name));
    }

}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~9 days

Total

6

Last Release

3886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dec27604d3084152d8f60b6e42356591006052ec44da672b9539f107011d271?d=identicon)[andytruong](/maintainers/andytruong)

---

Top Contributors

[![and1truong](https://avatars.githubusercontent.com/u/41143?v=4)](https://github.com/and1truong "and1truong (5 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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