PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Router Template   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Router Template
Process template PHP scripts and fix file paths
Author: By
Last change: Update composer.json
Update composer.json
Date: 1 year ago
Size: 751 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-router-template", "type": "library", "description": "A simple php class to help render template in routers and fix additional slash issue.", "homepage": "https://github.com/peterujah/php-router-template", "keywords": [ "library", "router", "routing", "template", "php" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "bramus/router": "~1.6" }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }