Download the PHP package izniburak/router without Composer
On this page you can find all versions of the php package izniburak/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download izniburak/router
More information about izniburak/router
Files in izniburak/router
Download izniburak/router
More information about izniburak/router
Files in izniburak/router
Vendor izniburak
Package router
Short Description simple router class for php
License MIT
Homepage https://github.com/izniburak/php-router
Package router
Short Description simple router class for php
License MIT
Homepage https://github.com/izniburak/php-router
Please rate this library. Is it a good library?
Informations about the package router
Router
PHP Router, which also has rich features like Middlewares and Controllers is simple and useful router class for PHP.
Features
- Supports GET, POST, PUT, DELETE, OPTIONS, PATCH, HEAD, AJAX and ANY request methods
- Easy access and manage Request and Response via
symfony/http-foundation
package. - Controllers support (Example: HomeController@about)
- Before and after Route Middlewares support
- Static Route Patterns
- Dynamic Route Patterns
- Easy-to-use patterns
- Adding a new pattern supports. (with RegExp)
- Namespaces supports.
- Group Routing
- Custom 404 and Exception handling
- Debug mode (Error message open/close)
Install
To install PHP Router, You can run the following command directly at your project path in your console:
OR you can add following lines into the composer.json
file manually:
Then, run the following command:
Example Usage
Docs
Documentation page: Buki\Router Docs
Changelogs: Buki\Router Changelogs
Support
Licence
Contributing
- Fork it ( https://github.com/izniburak/php-router/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- izniburak İzni Burak Demirtaş - creator, maintainer
All versions of router with dependencies
PHP Build Version
Package Version
The package izniburak/router contains the following files
Loading the files please wait ....