PHP Classes

File: vendor/nikic/fast-route/composer.json

Recommend this page to a friend!
  Classes of uche   Farm Price   vendor/nikic/fast-route/composer.json   Download  
File: vendor/nikic/fast-route/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Farm Price
API to get the prices from agriculture markets
Author: By
Last change:
Date: 2 years ago
Size: 387 bytes
 

Contents

Class file image Download
{ "name": "nikic/fast-route", "description": "Fast request router for PHP", "keywords": ["routing", "router"], "license": "BSD-3-Clause", "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": ["src/functions.php"] } }