PHPackages                             nicolaskuster/laravel-apidoc - 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. nicolaskuster/laravel-apidoc

AbandonedArchivedLibrary[API Development](/categories/api)

nicolaskuster/laravel-apidoc
============================

Generates a Postman Collection of all your routes

v1.0.1(8y ago)0415MITPHPPHP ^7.1

Since May 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nicolaskuster/laravel-apidoc)[ Packagist](https://packagist.org/packages/nicolaskuster/laravel-apidoc)[ Docs](https://github.com/nicolaskuster/laravel-apidoc)[ RSS](/packages/nicolaskuster-laravel-apidoc/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Generate memorable passwords in a Laravel app
=============================================

[](#generate-memorable-passwords-in-a-laravel-app)

Generate a postman collection and a markdown file of all your routes. To map HTTP-Bodys an validation rules to the output you have to use FormRequests.

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

[](#installation)

You can install the package via composer:

```
composer require nicolaskuster/laravel-apidoc
```

You can publish the config-file with:

```
php artisan vendor:publish --provider="Nicolaskuster\ApiDoc\Providers\ApiDocServiceProvider"
```

### Register the Service Provider in `app/Providers/AppServiceProvider.php`

[](#register-the-service-provider-in-appprovidersappserviceproviderphp)

```
    public function register()
    {
        if ($this->app->environment() === 'local') {
            $this->app->register(\Nicolaskuster\ApiDoc\Providers\ApiDocServiceProvider::class);
        }
    }
```

Usage
-----

[](#usage)

```
php artisan api:doc
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

2930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05c5de1d7687da8368b46ab9612121000a849d078b3fc3ddccad08199fbc973f?d=identicon)[nicolaskuster](/maintainers/nicolaskuster)

---

Tags

apilaraveldocumentationPostman

### Embed Badge

![Health badge](/badges/nicolaskuster-laravel-apidoc/health.svg)

```
[![Health](https://phpackages.com/badges/nicolaskuster-laravel-apidoc/health.svg)](https://phpackages.com/packages/nicolaskuster-laravel-apidoc)
```

###  Alternatives

[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel application

3.5k3.1M12](/packages/mpociot-laravel-apidoc-generator)[ovac/idoc

Generate beautiful API documentation from your Laravel application

184477.6k2](/packages/ovac-idoc)

PHPackages © 2026

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