PHPackages                             essejblack/laravel-postman-exporter - 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. essejblack/laravel-postman-exporter

ActiveLibrary[API Development](/categories/api)

essejblack/laravel-postman-exporter
===================================

Export Laravel routes and FormRequest validation rules as a Postman collection.

v1.0.0(1mo ago)03↓70%MITPHPPHP ^8.2

Since Jun 3Pushed 1mo agoCompare

[ Source](https://github.com/essejblack/laravel-postman-exporter)[ Packagist](https://packagist.org/packages/essejblack/laravel-postman-exporter)[ RSS](/packages/essejblack-laravel-postman-exporter/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Laravel Postman Exporter
========================

[](#laravel-postman-exporter)

Export Laravel API routes and FormRequest validation rules as a Postman Collection v2.1 JSON file.

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

[](#installation)

```
composer require essejblack/laravel-postman-exporter
```

### Publish Config

[](#publish-config)

```
php artisan vendor:publish --tag=postman-exporter-config

```

### Usage

[](#usage)

```
php artisan postman:export --pretty

```

The collection will be exported to:

```
storage/app/postman/api_collection.json

```

### Features

[](#features)

- Export Laravel API routes
- Export route parameters as Postman variables
- Extract FormRequest validation rules
- Generate sample request bodies
- Configure default values from published config
- Bearer token collection auth
- Postman Collection v2.1 output

### Config

[](#config)

After publishing the config file, edit:

```
config/postman-exporter.php

```

You can configure:

- collection name
- base URL
- auth token variable
- default headers
- route parameter samples
- request body sample values
- excluded routes
- PUT/PATCH behavior

### License

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

51d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57395d38028459ee2ea89879076410ec5e4a6fe21bbed0e4f5e047dbfa1b8c17?d=identicon)[essejblack](/maintainers/essejblack)

---

Top Contributors

[![essejblack](https://avatars.githubusercontent.com/u/79364396?v=4)](https://github.com/essejblack "essejblack (1 commits)")

---

Tags

apilaravelvalidationroutesexportercollectionPostman

### Embed Badge

![Health badge](/badges/essejblack-laravel-postman-exporter/health.svg)

```
[![Health](https://phpackages.com/badges/essejblack-laravel-postman-exporter/health.svg)](https://phpackages.com/packages/essejblack-laravel-postman-exporter)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M246](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[laravel/folio

Page based routing for Laravel.

603583.7k34](/packages/laravel-folio)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k644.5k4](/packages/andreaselia-laravel-api-to-postman)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k14](/packages/laravel-surveyor)

PHPackages © 2026

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