PHPackages                             autaut03/laravel-api-docs-generator - 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. autaut03/laravel-api-docs-generator

AbandonedArchivedLibrary[API Development](/categories/api)

autaut03/laravel-api-docs-generator
===================================

Generate beautiful API documentation from your Laravel application

112PHP

Since Jan 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/autaut03/laravel-api-docs-generator)[ Packagist](https://packagist.org/packages/autaut03/laravel-api-docs-generator)[ RSS](/packages/autaut03-laravel-api-docs-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

\[WIP\] Laravel API documentation generator
-------------------------------------------

[](#wip-laravel-api-documentation-generator)

[![Latest Stable Version](https://camo.githubusercontent.com/2cc530308b609d95515a24535813fe8569e91b5b996abbe5f7533b52b42b1ce1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/autaut03/laravel-api-docs-generator)[![Downloads](https://camo.githubusercontent.com/54bd8d2e0d134f26aa086da1a404a3ecf2879ed729e24ff83b4b930e18c460b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/autaut03/laravel-api-docs-generator)[![Travis Build](https://camo.githubusercontent.com/5182c1807b222c13b7a5010b990a931778abf629d479d7ce6588faab78bee25a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/autaut03/laravel-api-docs-generator)[![StyleCI](https://camo.githubusercontent.com/63f08a75484b9e3182b5e6b828abd5ab65641f689c6249b35bc5fe905277abaf/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131353831323939382f736869656c64)](https://styleci.io/repos/115812998)[![PHP Eye](https://camo.githubusercontent.com/7a696372b55e301dc465a4e65a0d5cd0f2fedd5253e37738722ff2be28bf87bb/687474703a2f2f7068702d6579652e636f6d2f62616467652f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722f7465737465642e7376673f7374796c653d666c61742d737175617265)](https://php-eye.com/package/autaut03/laravel-api-docs-generator)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/595b9d74f3fed786c7ca32cb12e8611ab33e7b32ad39d6eb4bffdc45e69fcd6d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/autaut03/laravel-api-docs-generator/?branch=master)[![codecov](https://camo.githubusercontent.com/bb332c1896d46afe89463e2c383dccae568080eeb52bbd2f5b729402691ded24/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/autaut03/laravel-api-docs-generator)[![Dependency Status](https://camo.githubusercontent.com/8f290d6261d173f903ddbbba28e43595545b125528d729329013bd99a9cffdf5/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3561343764623566306662323466303035303433663839382f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/5a47db5f0fb24f005043f898)[![License](https://camo.githubusercontent.com/328421e49341cbdd9e92f0f12dc0c5012ef5fa7655b557fa7631b1b1d98c90ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61757461757430332f6c61726176656c2d6170692d646f63732d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/autaut03/laravel-api-docs-generator)

BETA VERSION
============

[](#beta-version)

NO HTML GENERATION AVAILABLE YET.

Automatically generate your API documentation from your existing Laravel routes. No example available for now.

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

[](#installation)

Require this package with composer using the following command:

```
$ composer require autaut03/laravel-api-docs-generator
```

Using Laravel &lt; 5.5? Go to your `config/app.php` and add the service provider:

```
AlexWells\ApiDocsGenerator\PackageServiceProvider::class,
```

Publish vendor
--------------

[](#publish-vendor)

If you want to modify HTML template or make some changes to the assets (img, css, js) then publish vendor files:

```
$ php artisan vendor:publish
```

After that views and assets will appear inside `resources/vendor/api-docs` directory and will be used instead of default.

Usage
-----

[](#usage)

To generate your API documentation, use the `api-docs:generate` artisan command.

```
$ php artisan api-docs:generate -m="api/v2/*" -m="non-api/another" -m="manual/{p}"
```

> Use -h flag to get a list of available options

How does it work?
-----------------

[](#how-does-it-work)

This package uses these resources to generate the API documentation:

### TODO: use test cases &amp; test fixtures as examples for now.

[](#todo-use-test-cases--test-fixtures-as-examples-for-now)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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/10583125?v=4)[Oleksandr Prypkhan](/maintainers/autaut03)[@autaut03](https://github.com/autaut03)

---

Top Contributors

[![autaut03](https://avatars.githubusercontent.com/u/10583125?v=4)](https://github.com/autaut03 "autaut03 (21 commits)")

### Embed Badge

![Health badge](/badges/autaut03-laravel-api-docs-generator/health.svg)

```
[![Health](https://phpackages.com/badges/autaut03-laravel-api-docs-generator/health.svg)](https://phpackages.com/packages/autaut03-laravel-api-docs-generator)
```

###  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)
