Download the PHP package alin11/routerion without Composer
On this page you can find all versions of the php package alin11/routerion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alin11/routerion
More information about alin11/routerion
Files in alin11/routerion
Download alin11/routerion
More information about alin11/routerion
Files in alin11/routerion
Vendor alin11
Package routerion
Short Description Fast and powerful PHP router
License MIT
Homepage https://github.com/AliN11/Routerion
Package routerion
Short Description Fast and powerful PHP router
License MIT
Homepage https://github.com/AliN11/Routerion
Please rate this library. Is it a good library?
Informations about the package routerion
Routerion - PHP Router
A simple, fast and powerful PHP router
- Define routes easily
- Dynamic route parameters
- Supports various HTTP methods
- REST API Support
Installation
-
You can install Routerion with composer:
-
Create a
.htaccess
file on the root directory: - Create
config.php
file or add followingPHP Constants
to your configuration file:
Usage
Let's define our routes. To define routes create a index.php
file on the root directory if not exists, or create a routes.php
file and include it into index.php
file:
Controllers
Controller files are located in Controllers
directory. Edit config.php
constants if you have different controllers directory or namespace.
License
MIT Licensed: http://www.opensource.org/licenses/MIT
All versions of routerion with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.0|^7.0
The package alin11/routerion contains the following files
Loading the files please wait ....