PHPackages                             scchethu/laravel-postman-generator - 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. scchethu/laravel-postman-generator

ActiveLibrary[API Development](/categories/api)

scchethu/laravel-postman-generator
==================================

Generate Postman collection from Laravel routes

1.0.2(7mo ago)0131↓94.1%PHP

Since Dec 2Pushed 7mo agoCompare

[ Source](https://github.com/scchethu/laravel-postman-generator)[ Packagist](https://packagist.org/packages/scchethu/laravel-postman-generator)[ RSS](/packages/scchethu-laravel-postman-generator/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (0)

🚀 Laravel Postman Collection Generator
======================================

[](#-laravel-postman-collection-generator)

[![Laravel Version](https://camo.githubusercontent.com/73692ab0f1fac2901149539199fa738ac249d6cd2387048e8063666cfab3d736/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e7825323025374325323031312e7825323025374325323031322e782d7265642e737667)](https://camo.githubusercontent.com/73692ab0f1fac2901149539199fa738ac249d6cd2387048e8063666cfab3d736/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e7825323025374325323031312e7825323025374325323031322e782d7265642e737667)[![Packagist](https://camo.githubusercontent.com/395c58ea6bdab2fadca1301f99f151a7fca27f637d155d661f170b6ffeddbc2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d73636368657468752532466c61726176656c2d2d706f73746d616e2d2d67656e657261746f722d626c7565)](https://camo.githubusercontent.com/395c58ea6bdab2fadca1301f99f151a7fca27f637d155d661f170b6ffeddbc2c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d73636368657468752532466c61726176656c2d2d706f73746d616e2d2d67656e657261746f722d626c7565)[![License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)[![Status](https://camo.githubusercontent.com/183628f48b49696d970c1c3157e9cb0938cdccb75881b4256385fc0d6d798634/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d4163746976652d73756363657373)](https://camo.githubusercontent.com/183628f48b49696d970c1c3157e9cb0938cdccb75881b4256385fc0d6d798634/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d4163746976652d73756363657373)[![PRs Welcome](https://camo.githubusercontent.com/8b64edb761ec7596a43482857c533fd47931c4ca8842545ea8668db29dc09705/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d57656c636f6d652d627269676874677265656e)](https://camo.githubusercontent.com/8b64edb761ec7596a43482857c533fd47931c4ca8842545ea8668db29dc09705/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d57656c636f6d652d627269676874677265656e)

A lightweight package that automatically generates a **Postman Collection (v2.1)** from your Laravel routes, making API documentation effortless and consistent.

If you build APIs in Laravel, this tool saves hours of manual Postman setup.
Just run one command → import JSON → done!

---

🌟 Features
==========

[](#-features)

- 🔍 Scans **all registered Laravel routes**
- 📄 Generates **Postman Collection v2.1**
- ⚙ Supports custom **collection name &amp; domain**
- 🗂 Uses Postman's `{{base_url}}` variable
- 📂 Configurable output folder &amp; filename
- 🎯 One-command usage
- ⚡ Zero configuration required to start

---

📦 Installation
==============

[](#-installation)

### Install via Composer

[](#install-via-composer)

```
composer require scchethu/laravel-postman-generator
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance64

Regular maintenance activity

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

3

Last Release

215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f258058707ce474e5283ce5e7229763cd6e6b7040b29d252fa40097cf5b86d5?d=identicon)[scchethu](/maintainers/scchethu)

### Embed Badge

![Health badge](/badges/scchethu-laravel-postman-generator/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k16](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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