PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest PHP Router Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer package configuration file
Class: Zest PHP Router Library
Configure URL routes and dispatch HTTP requests
Author: By
Last change:
Date: 3 years ago
Size: 397 bytes
 

Contents

Class file image Download
{ "name": "lablnet/zestrouter", "description": "The Zest Router.", "keywords": ["router", "php"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } } }