PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Route One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Route One
Parse request URLs and route to a controller
Author: By
Last change: * 2020-03-27 1.11
* added alwaysNakedDomain()
* 2020-03-27 1.10.1
* a small fix for alwaysHTTPS()
* 2020-03-27 1.10
* added method alwaysHTTPS() and alwaysWWW()
* 2020-02-15 1.9
* added new arguments to callObject()
* new method callObjectEx()
* 2020-02-03 1.8
1.7 method urlFront()
1.6
Date: 4 years ago
Size: 822 bytes
 

Contents

Class file image Download
{ "name": "eftec/routeone", "description": "Router service class for PHP", "type": "library", "keywords": [ "php", "route", "router", "mvc" ], "homepage": "https://github.com/EFTEC/RouteOne", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" } ], "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "config": { "platform": { "php": "7" } }, "require": { "php": ">=7.0", "ext-json": "*" }, "archive": { "exclude": [ "/examples" ] }, "autoload": { "psr-4": { "eftec\\routeone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7" } }