library plug-route
Route library for php
erandir/plug-route
Route library for php
- Friday, July 27, 2018
- by erandir
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
plug-route
, (*1)
Powerful library for PHP routes
Use the system to work with GET, POST, PUT, DELETE, PATCH and OPTIONS requests., (*2)
Work with json, form-data and x-www-form-urlencoded body requests., (*3)
Use routes without virtualhost., (*4)
Simple and fast., (*5)
Install
composer require erandir/plug-route
Basic usage, (*6)
$route = new \PlugRoute\PlugRoute();
$route->get('/')
->callback(function() {
echo 'basic route';
});
$route->run();
Old version
Install and use an old version, run:, (*7)
composer require erandir/plug-route:v4.4
Access old documentation for a complete use., (*8)
dev-master
9999999-dev
Route library for php
Sources
Download
MIT
The Requires
by
Antonio Erandir Feitosa Soares Junior
v1.0
1.0.0.0
Route library for php
Sources
Download
MIT
The Requires
by
Antonio Erandir Feitosa Soares Junior
dev-develop
dev-develop
Route library for php
Sources
Download
MIT
The Requires
by
Antonio Erandir Feitosa Soares Junior