# andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

Repository: https://github.com/andreaselia/laravel-api-to-postman
Canonical: https://ross.abutalabs.com/products/laravel-api-to-postman
Language: PHP
License: MIT
License Family: permissive
Topics: postman, collection, api, route, generator, laravel-package, insomnia
Last push: 2026-03-17T20:51:28+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 72, release rhythm 43, longevity 100
- inputs: {"age_days": 2080, "days_push": 169, "days_rel": 169, "gap_med": 191.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1053, forks 110 (observed 2026-08-28T04:03:23.624418+00:00)

## What it is
A Laravel package that automatically generates a Postman collection (v2.1.0 schema) from your application's API routes via an Artisan command. It supports bearer and basic auth tokens and can scaffold FormRequest parameters for POST/PUT requests.

## Use cases
- generate a postman collection from my laravel api routes
- export laravel api endpoints to postman automatically
- create postman requests with bearer auth for laravel routes
- scaffold postman collection with form request parameters
- keep postman collection in sync with laravel api
- export api routes for insomnia or postman testing

## When to choose
- you maintain a Laravel API and want an up-to-date Postman collection without manual work
- you want auth headers (bearer/basic) pre-filled in generated requests
- you want FormRequest rules included in exported requests

## When to avoid
- your API is not built with Laravel
- you need OpenAPI/Swagger documentation rather than a Postman collection
- you need deeply customized request bodies beyond FormRequest scaffolding

## Facets
- artifact type: plugin
- maturity: active
- function: api-framework, developer-tools, api-documentation, cli
- domain: developer-tools, apis, web-development, backend, documentation
- platform: php, cli
- tags: laravel-package, postman, api-testing, collection-generator, insomnia, laravel

## Member repositories
- andreaselia/laravel-api-to-postman (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.624418+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:59:20.507798+00:00, confidence not recorded.
  - readme: https://github.com/andreaselia/laravel-api-to-postman (fetched 2026-08-28T04:03:23.624418+00:00, sha 2ce7ba345fbc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
