Download the PHP package il4mb/routing without Composer
On this page you can find all versions of the php package il4mb/routing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download il4mb/routing
More information about il4mb/routing
Files in il4mb/routing
Download il4mb/routing
More information about il4mb/routing
Files in il4mb/routing
Please rate this library. Is it a good library?
Informations about the package routing
Il4mb Routing Library
Il4mb Routing is a simple and flexible PHP routing library designed to make request handling and middleware execution intuitive and efficient.
Features
- PSR-4 Autoloading
- Attribute-based route definitions
- Middleware support for request preprocessing
- Built with PHP 8.0+
Installation
Install the library using Composer:
Getting Started
Define a Route
You can define routes in your controllers using PHP attributes:
Middleware
Create a middleware by implementing the Il4mb\Routing\Middlewares\Middleware
interface:
Use the middleware in your routes:
Example Usage
Initialize Middleware Executor
License
This project is licensed under the MIT License. See the LICENSE
file for details.
Author
Ilham B
Email: [email protected]
All versions of routing with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package il4mb/routing contains the following files
Loading the files please wait ....