PHPackages                             udartsev/laravel-postman-export - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. udartsev/laravel-postman-export

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

udartsev/laravel-postman-export
===============================

Export your Laravel routes to a Postman collection .json file

1.0.1(6y ago)62.6k↓100%2[1 issues](https://github.com/udartsev/LaravelPostmanExport/issues)[2 PRs](https://github.com/udartsev/LaravelPostmanExport/pulls)MITPHP

Since Aug 27Pushed 6y agoCompare

[ Source](https://github.com/udartsev/LaravelPostmanExport)[ Packagist](https://packagist.org/packages/udartsev/laravel-postman-export)[ Docs](https://github.com/udartsev/LaravelPostmanExport)[ RSS](/packages/udartsev-laravel-postman-export/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel Postman export
======================

[](#laravel-postman-export)

**Updates:**

1. Postman collection scheme
2. Artisan consol commands
3. Can post project **URL** address via console
4. Basic file name change to **postman\_collection.json**
5. Exporting @descriptions / @desc / @des
6. Exporting @params

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

[](#installation)

Install via composer:

```
composer require --dev udartsev/laravel-postman-export

```

Add the service provider to your `providers` array in `config/app.php`

```
udartsev\LaravelPostmanExport\PostmanServiceProvider::class,
```

That's all!

Usage
-----

[](#usage)

```
php artisan postman:export

```

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

```
php artisan postman:export --name=MyAppName --url=http://localhost --port=8000 --api

```

### phpdoc Code rules

[](#phpdoc-code-rules)

#### @var

[](#var)

`class Foo { /\*\*

- @var string $name Should contain a description
- @var string $description Should contain a description \*/ protected $name, $description; }`

#### @param

[](#param)

` /\*\*

- Counts the number of items in the provided array.
-
- @param mixed\[\] $items Array structure to count the elements of.
-
- @return int Returns the number of elements. \*/ function count(array $items) { &lt;...&gt; } `

#### @return

[](#return)

`/\*\*

- @return integer Indicates the number of items. \*/ function count() { &lt;...&gt; }`

#### @description

[](#description)

[phpdoc.org](https://docs.phpdoc.org/references/phpdoc/index.html)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

2450d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b183dfac0f0c432afa78ef36b88edc61ec13f86a080bece92795d91acac7faf7?d=identicon)[udartsev](/maintainers/udartsev)

---

Top Contributors

[![udartsev](https://avatars.githubusercontent.com/u/36134794?v=4)](https://github.com/udartsev "udartsev (16 commits)")

---

Tags

laravelexportcollectionPostman

### Embed Badge

![Health badge](/badges/udartsev-laravel-postman-export/health.svg)

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

###  Alternatives

[pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

473.4M2](/packages/pragmarx-ia-collection)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[werxe/laravel-collection-macros

Custom Laravel Collection macros.

2625.8k](/packages/werxe-laravel-collection-macros)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[thomascombe/backpack-async-export

This is a package to manage async export in Backpack for Laravel

1528.5k](/packages/thomascombe-backpack-async-export)[prologue/support

Prologue Support is an extension for Illuminate Support

1616.8k](/packages/prologue-support)

PHPackages © 2026

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