Download the PHP package nabeelalihashmi/ib-php-router-fork without Composer
On this page you can find all versions of the php package nabeelalihashmi/ib-php-router-fork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nabeelalihashmi/ib-php-router-fork
More information about nabeelalihashmi/ib-php-router-fork
Files in nabeelalihashmi/ib-php-router-fork
Download nabeelalihashmi/ib-php-router-fork
More information about nabeelalihashmi/ib-php-router-fork
Files in nabeelalihashmi/ib-php-router-fork
Vendor nabeelalihashmi
Package ib-php-router-fork
Short Description simple router class for php
License MIT
Homepage https://github.com/izniburak/php-router
Package ib-php-router-fork
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 ib-php-router-fork
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 ib-php-router-fork with dependencies
PHP Build Version
Package Version
The package nabeelalihashmi/ib-php-router-fork contains the following files
Loading the files please wait ....