PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Clement Sam   Laravel Routes to Postman Collection Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Routes to Postman Collection Generator
Generate routes for an API or Web applications
Author: By
Last change:
Date: 3 years ago
Size: 552 bytes
 

Contents

Class file image Download
{ "name": "profclems/postman-collection-generator", "description": "A package that automatically generate postman collection from laravel api/web routes", "type": "library", "license": "MIT", "authors": [ { "name": "Clement Sam", "email": "clementsam75@gmail.com" } ], "autoload": { "psr-4": { "Profclems\\PostmanCollectionGenerator\\": "src/" } }, "minimum-stability": "dev", "require": { "php": ">=7", "ext-json": "*" } }