PHPackages                             rl-studio/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. [API Development](/categories/api)
4. /
5. rl-studio/laraman

AbandonedArchivedLibrary[API Development](/categories/api)

rl-studio/laraman
=================

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

2.0.0(8y ago)297.4k5[1 issues](https://github.com/RL-Studio/laraman/issues)MITPHP

Since Aug 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/RL-Studio/laraman)[ Packagist](https://packagist.org/packages/rl-studio/laraman)[ RSS](/packages/rl-studio-laraman/feed)WikiDiscussions master Synced 1w ago

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

Laraman
=======

[](#laraman)

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

```

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

35

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~524 days

Total

2

Last Release

3129d ago

Major Versions

1.0.0 → 2.0.02018-01-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f7c369fe9e0f2394fa77dfd669ab045a4743a517fc08dcfdbc65dbe17928178?d=identicon)[phroggyy](/maintainers/phroggyy)

---

Top Contributors

[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (7 commits)")[![bryannbarbosa](https://avatars.githubusercontent.com/u/19507090?v=4)](https://github.com/bryannbarbosa "bryannbarbosa (2 commits)")

### Embed Badge

![Health badge](/badges/rl-studio-laraman/health.svg)

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

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M318](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9922.4M146](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

5031.3k](/packages/erag-laravel-lang-sync-inertia)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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