PHPackages                             futuretek/yii2-gii-openapi-server - 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. futuretek/yii2-gii-openapi-server

ActiveYii2-extension[API Development](/categories/api)

futuretek/yii2-gii-openapi-server
=================================

Generator for OpenAPI server

1.6.2(1y ago)0195↓100%Apache-2.0PHPPHP &gt;=8.0.0

Since Jan 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/futuretek-solutions-ltd/yii2-ext-gii-openapi-server)[ Packagist](https://packagist.org/packages/futuretek/yii2-gii-openapi-server)[ Docs](https://www.futuretek.cz/)[ RSS](/packages/futuretek-yii2-gii-openapi-server/feed)WikiDiscussions master Synced 1mo ago

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

OpenAPI generator
=================

[](#openapi-generator)

Currently, only generating schema, enums and controller/action templates are done.

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

[](#installation)

add to require-dev section of composer.json:

```
"futuretek/yii2-gii-openapi-server": "^1.0.0"

```

Usage
-----

[](#usage)

Extension has automatic configuration via `futuretek/yii2-composer` package. See `composer.json` - `extra:yii-config:web`

Or you can add the configuration manually:

```
'modules' => [
    'gii' => [
        'class' => 'yii\gii\Module',
        'allowedIPs' => ['127.0.0.1', '::1'],
        'generators' => [
            'openapi' => [
                'class' => 'futuretek\gii\openapi\server\Generator',
            ],
        ]
    ],
]
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~56 days

Recently: every ~48 days

Total

15

Last Release

432d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ce67c863775f4dd7237db0547fe39aaf85c9841f34773d67e88f62dcf948ae4?d=identicon)[futuretek](/maintainers/futuretek)

---

Top Contributors

[![lukascernydis](https://avatars.githubusercontent.com/u/3111717?v=4)](https://github.com/lukascernydis "lukascernydis (16 commits)")

---

Tags

openapiserverextensionyiigii

### Embed Badge

![Health badge](/badges/futuretek-yii2-gii-openapi-server/health.svg)

```
[![Health](https://phpackages.com/badges/futuretek-yii2-gii-openapi-server/health.svg)](https://phpackages.com/packages/futuretek-yii2-gii-openapi-server)
```

###  Alternatives

[onmoon/openapi-server-bundle

Symfony bundle to create a fully-featured API server from an OpenAPI v3 specification

1117.7k](/packages/onmoon-openapi-server-bundle)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)[exonn-gmbh/scramble-spatie-query-builder

This is the Scramble extension, which detects the usage of the Spatie query builder and adds applicable query parameters to the openapi definitions

123.9k](/packages/exonn-gmbh-scramble-spatie-query-builder)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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