PHPackages                             vilnis/easy-route - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. vilnis/easy-route

ActiveLibrary[Framework](/categories/framework)

vilnis/easy-route
=================

Easy to use PHP router.

v1.0.0(2y ago)02MITPHP

Since Dec 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Chewbacca69/EasyRoute)[ Packagist](https://packagist.org/packages/vilnis/easy-route)[ RSS](/packages/vilnis-easy-route/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

EasyRoute
=========

[](#easyroute)

EasyRoute is a lightweight PHP router for handling HTTP requests and routing them to the appropriate controller methods.

Features
--------

[](#features)

- Simple and easy-to-use routing mechanism
- Supports dynamic routes with parameters
- Compatible with PHP 8.1.0 or later

Installation
------------

[](#installation)

You can install EasyRoute via Composer. Run the following command in your terminal:

```
composer require vilnis/easy-route
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
