Registry / web-framework / phroute-phroute

phroute-phroute

JSON →
library2.2.0phppackagistunverified

Fast, fully featured restful request router for PHP

composer require phroute/phroute
INSTALL
IMPORT
SIG · PHROUTE-PHROUTE
P
phroute-phroute
web-frameworkphpv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RouteCollector
use Phroute\Phroute\RouteCollector;

Define a simple GET route

use Phroute\Phroute\RouteCollector; $router = new RouteCollector(); $router->get('/hello/{name}', function($name) { return "Hello $name"; });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
phroute-phroute — pip install phroute-phroute · libregistry