Download the PHP package samueltissot/wp_route without Composer
On this page you can find all versions of the php package samueltissot/wp_route. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp_route
WP_Route
This is a fork of Anthony Budd's WP_Route
Added features
- small security fix
- Named Paths Variable
- renamed parameter to PathVariable
- pass an Request object to the callable function
- option to ignore query string
basic usage
the arguments list
NOTE: an empty array means : apply to all
Installation
Require WP_Route with composer
All Callback must accept a variable of type RequestInterface
a request object is passed to the callable method
note: it is in the plans to be able to provide your custom RequestInterface class (PR accepted)
examples
The Request Object (RequestInterface)
a small helper object that provide usefull data about the request
the Interface
All versions of wp_route with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package samueltissot/wp_route contains the following files
Loading the files please wait ....