PHPackages                             andrey-helldar/laravel-swagger - 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. andrey-helldar/laravel-swagger

AbandonedArchivedLibrary[API Development](/categories/api)

andrey-helldar/laravel-swagger
==============================

Documentation generation for Swagger without OpenAPI

12PHP

Since Dec 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/TheDragonCode/laravel-swagger)[ Packagist](https://packagist.org/packages/andrey-helldar/laravel-swagger)[ RSS](/packages/andrey-helldar-laravel-swagger/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-swagger
===============

[](#laravel-swagger)

Documentation generation for Swagger without OpenAPI

[![Laravel Swagger](https://camo.githubusercontent.com/8af113392fb2db9e2806864cdd70f60730d323fb731562eeca7083c90a44b9df/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f616e647265792d68656c6c6461722f6c61726176656c2d737761676765722e7376673f6272616e643d6c61726176656c)](https://camo.githubusercontent.com/8af113392fb2db9e2806864cdd70f60730d323fb731562eeca7083c90a44b9df/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f616e647265792d68656c6c6461722f6c61726176656c2d737761676765722e7376673f6272616e643d6c61726176656c)

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

[](#installation)

> Note: In order for the composer to be able to install an unstable package, in the option "minimum-stability" of the file "composer.json" the value must be "dev".

### Laravel

[](#laravel)

1. Execute the command:

```
composer require andrey-helldar/laravel-swagger:dev-master --dev

```

2. Use the `swagger:generate` command to generate documentation.

### Lumen

[](#lumen)

1. Execute the command:

```
composer require andrey-helldar/laravel-swagger:dev-master --dev

```

2. Copy the configuration file to the [config](config/laravel-swagger.php) folder.
3. Register the configuration file in `bootstrap/app.php`:

```
$app->configure('laravel-swagger');

```

4. Register the service provider in `bootstrap/app.php`:

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

```

5. Use the `swagger:generate` command to generate documentation.

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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://www.gravatar.com/avatar/b77790e612f1c9beed1e1533e36eba4954fbd6da2a5c9f71e845cd0f5465f0ad?d=identicon)[Helldar](/maintainers/Helldar)

---

Top Contributors

[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (8 commits)")

### Embed Badge

![Health badge](/badges/andrey-helldar-laravel-swagger/health.svg)

```
[![Health](https://phpackages.com/badges/andrey-helldar-laravel-swagger/health.svg)](https://phpackages.com/packages/andrey-helldar-laravel-swagger)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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