PHPackages                             damian-nz/laraman - 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. damian-nz/laraman

ActiveLibrary

damian-nz/laraman
=================

A fluent way to export your Laravel routes to a Postman export

1.0.1(8y ago)010MITPHP

Since Aug 15Pushed 8y ago2 watchersCompare

[ Source](https://github.com/damian-nz/laraman)[ Packagist](https://packagist.org/packages/damian-nz/laraman)[ RSS](/packages/damian-nz-laraman/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Laraman
=======

[](#laraman)

A fork of the original repo by [RL-Studio](https://github.com/RL-Studio/). I am currently maintaining until they wish to pick up the project again.

> Now Laravel 5.5 compatible

Have you ever been building a huge API and you're sitting there with Postman to quickly look at your requests? It's tedious, right? So much copy-pasting routes and keeping track of them. Maybe at one point you started making some Postman collections? What if there was a better way, an easier way? There is. Laraman allows you to export all the routes that are registered in your application to a json file that can be imported into Postman.

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

[](#installation)

Install via composer:

```
composer require --dev rl-studio/laraman

```

If using Laravel 5.4 or below, add the service provider to your `providers` array in `config/app.php`

```
RLStudio\Laraman\ServiceProvider::class,
```

That's all!

Usage
-----

[](#usage)

To run the command, simply use

```
php artisan laraman:export

```

This will place a `laraman-export.json` inside your `storage/app` folder. You are free to change the name of the file by specifying the filename as follows:

```
php artisan laraman:export --name=my-app

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~422 days

Total

2

Last Release

3133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/473f744be61781e6a3bbe316616c174fca2f0684c8f78470d055205022a420a5?d=identicon)[acropixel](/maintainers/acropixel)

---

Top Contributors

[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (6 commits)")[![damian-nz](https://avatars.githubusercontent.com/u/7383198?v=4)](https://github.com/damian-nz "damian-nz (5 commits)")[![sombodi](https://avatars.githubusercontent.com/u/993819?v=4)](https://github.com/sombodi "sombodi (1 commits)")

### Embed Badge

![Health badge](/badges/damian-nz-laraman/health.svg)

```
[![Health](https://phpackages.com/badges/damian-nz-laraman/health.svg)](https://phpackages.com/packages/damian-nz-laraman)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M600](/packages/laravel-ui)[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)

PHPackages © 2026

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