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.3k5[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 1mo 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

36

—

LowBetter than 82% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity33

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

3038d 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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

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

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel application

3.5k3.1M12](/packages/mpociot-laravel-apidoc-generator)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[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)
