PHPackages                             jessekoska/swagger-ui-lumen - 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. jessekoska/swagger-ui-lumen

ActiveLibrary[API Development](/categories/api)

jessekoska/swagger-ui-lumen
===========================

Swagger UI in Lumen 5

1451PHP

Since Aug 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jessekoska/swagger-ui-lumen)[ Packagist](https://packagist.org/packages/jessekoska/swagger-ui-lumen)[ RSS](/packages/jessekoska-swagger-ui-lumen/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

SwaggerUILumen
==============

[](#swaggeruilumen)

Swagger UI for Lumen 5

Martin Abelson Sahlen style of swagger-ui implemented.

Installation
============

[](#installation)

```
    composer require "jessekoska/swagger-ui-lumen dev-master"
```

- Open your `bootstrap/app.php` file and:

uncomment this line (around line 26) in `Create The Application` section:

```
     $app->withFacades();
```

add this line before `Register Container Bindings` section:

```
     $app->configure('swagger-ui-lumen');
```

add this line in `Register Service Providers` section:

```
    $app->register(SwaggerUILumen\ServiceProvider::class);
```

Configuration
=============

[](#configuration)

- Run `php artisan swagger-ui-lumen:publish-config` to publish configs (`config/swagger-ui-lumen.php`)
- Make configuration changes if needed
- Run `php artisan swagger-ui-lumen:publish` to publish

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4028498?v=4)[Jesse Koska](/maintainers/jessekoska)[@jessekoska](https://github.com/jessekoska)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jessekoska-swagger-ui-lumen/health.svg)

```
[![Health](https://phpackages.com/badges/jessekoska-swagger-ui-lumen/health.svg)](https://phpackages.com/packages/jessekoska-swagger-ui-lumen)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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