PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Igor Crevar   icRouter   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer.json
Class: icRouter
Route accesses based on request parameters
Author: By
Last change: Update of composer.json
Date: 2 days ago
Size: 416 bytes
 

Contents

Class file image Download
{ "name": "pathforge/icrouter", "description": "Tree-based URL router for PHP. Efficient matching via node tree instead of regex iteration.", "keywords": ["route", "routing", "router", "tree", "url"], "license": "MIT", "require": { }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": {"PathForge\\icRouter\\": "src/PathForge/icRouter/"} } }