PHPackages                             luisj/postman-collection-viewer - 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. luisj/postman-collection-viewer

ActiveLibrary[API Development](/categories/api)

luisj/postman-collection-viewer
===============================

Muestra la documentacion de una api en una vista blade a partir de una coleccion de postman

v1.0.13(1y ago)069CSS

Since Jul 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/LuisJesus07/postman-collection-viewer)[ Packagist](https://packagist.org/packages/luisj/postman-collection-viewer)[ RSS](/packages/luisj-postman-collection-viewer/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (15)Used By (0)

Postman Collection Viewer
=========================

[](#postman-collection-viewer)

Postman Collection Viewer es un paquete PHP que se integra perfectamente con Laravel para renderizar la documentación de una API. Carga una colección JSON exportada desde Postman y la muestra en una vista blade.

Instalación
===========

[](#instalación)

Instalacion del paquete con composer:

```
composer require luisj/postman-collection-viewer
```

Publicar los archivos css y js de la vista blade:

```
php artisan vendor:publish --provider="Luisj\PostmanCollectionViewer\PostmanCollectionViewerServiceProvider" --tag=public
```

Instrucciones de uso
====================

[](#instrucciones-de-uso)

Primero debes de exportar la collecion de postman dentro de alguna carpeta en tu proyecto, para poder renderizarla de la siguente forma:

```
use \Luisj\PostmanCollectionViewer\Facades\PostmanCollectionViewer;

$path_collection = base_path() . "/resources/postman/postman_collection.json";

return PostmanCollectionViewer::loadCollection($path_collection)->renderView();
```

Tambien se puede cargar el enviroment

```
$path_collection = base_path() . "/resources/postman/postman_collection.json";
$path_enviroment = base_path() . "/resources/postman/postman_environment.json";

return PostmanCollectionViewer::loadCollection($path_collection)
       ->loadEnviroment($path_enviroment)
       ->renderView();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~0 days

Total

14

Last Release

709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46e1ffe287ef2f51a53f1496c2e3b8416755399c155fb90e7397c4b9a37f72d5?d=identicon)[LuisJesus007](/maintainers/LuisJesus007)

---

Top Contributors

[![LuisJesus07](https://avatars.githubusercontent.com/u/43210511?v=4)](https://github.com/LuisJesus07 "LuisJesus07 (23 commits)")

### Embed Badge

![Health badge](/badges/luisj-postman-collection-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/luisj-postman-collection-viewer/health.svg)](https://phpackages.com/packages/luisj-postman-collection-viewer)
```

###  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.0k13](/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)
