Download the PHP package sinevia/php-library-fastest without Composer
On this page you can find all versions of the php package sinevia/php-library-fastest. 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 php-library-fastest
PHP Library Fastest
Fastest router
How it works
Simple and unassuming router.
-
The router checks for an action parameter in the URL. If not found assumes "home".
-
Executes a PHP function for the requested action.
-
The action function has the same name as the requested action with the "_action" postfix.
- Dashes, spaces, and forward slashes are replaced with underscores
Installation
-
Using composer (recommended)
- Manually. Copy the fastest.php file and use the include_once function to include
Usage
- Add the following line to where the router will be working. It can be the main router of the app, or a standalone PHP webpage.
-
Optionally the action can be set manually, for instance to have nice URLs
- Optionally the result can be output as string to be processed manually further
- Example functions
All versions of php-library-fastest with dependencies
PHP Build Version
Package Version
No informations.
The package sinevia/php-library-fastest contains the following files
Loading the files please wait ....