PHPackages                             galter/laravel-postman-export-onepulse - 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. galter/laravel-postman-export-onepulse

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

galter/laravel-postman-export-onepulse
======================================

Export your Laravel routes to a Postman collection .json file

1.0.11(3y ago)067MITPHP

Since Feb 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/galter/LaravelPostmanExportOnePulse)[ Packagist](https://packagist.org/packages/galter/laravel-postman-export-onepulse)[ Docs](https://github.com/galter/LaravelPostmanExportOnePulse)[ RSS](/packages/galter-laravel-postman-export-onepulse/feed)WikiDiscussions master Synced 2d ago

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

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

[](#laravel-postman-export)

**Updates:**

1. It's a Package created with Dingo Router to OnePulse internal use. Fork and rewrite as you wish.
2. Postman collection scheme
3. Artisan consol commands
4. Can post project **URL** address via console
5. Basic file name change to **postman\_collection.json**
6. Exporting @descriptions / @desc / @des
7. Exporting @params

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

[](#installation)

Install via composer:

```
composer require --dev galter/laravel-postman-export-onepulse

```

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

```
galter\LaravelPostmanExportOnePulse\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 --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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~16 days

Recently: every ~41 days

Total

12

Last Release

1379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/850809b67fba90d9884fae3a8bf58fc05b4bd68de793e2d19646dc474ab6b0b1?d=identicon)[galter](/maintainers/galter)

---

Top Contributors

[![galter](https://avatars.githubusercontent.com/u/3959396?v=4)](https://github.com/galter "galter (17 commits)")

---

Tags

laravelexportcollectionPostman

### Embed Badge

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

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

###  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)
