PHPackages                             avnir/easyrouting - 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. avnir/easyrouting

ActiveLibrary[Framework](/categories/framework)

avnir/easyrouting
=================

Make route handling in Laravel easier

2.0.1(10y ago)1280MITPHPPHP &gt;=5.5.0

Since May 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/avnir/EasyRouting)[ Packagist](https://packagist.org/packages/avnir/easyrouting)[ Docs](https://github.com/avnir/EasyRouting)[ RSS](/packages/avnir-easyrouting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Fast Workflow in Laravel With EasyRouting
-----------------------------------------

[](#fast-workflow-in-laravel-with-easyrouting)

**Major Versions:**

- **2.x** (YOU ARE HERE) - For `laravel/framework:~5.*` and `avnir/easyrouting:~2`
- **1.x** ([1.0 branch](https://github.com/avnir/EasyRouting/tree/1.0)) - For `laravel/framework:4.*` and `avnir/easyrouting:~1`

### Installation

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `avnir/EasyRouting`.

```
{
    "require": {
        "avnir/EasyRouting": "~2"
    }
}
```

Next, update Composer from the Terminal:

```
php composer.phar update
```

To use the EasyRouting Provider, you must register the provider when bootstrapping your Laravel application.

Find the `providers` key in your `config/app.php` and register the EasyRouting Provider.

```
    'providers' => array(
        // ...
        'Avnir\Easyrouting\EasyroutingServiceProvider::class',
    )
```

Find the `aliases` key in your `config/app.php` and add the AWS facade alias.

```
    'aliases' => array(
        // ...
        'Easyrouting' => Avnir\Easyrouting\Easyrouting::class,
    )
```

### Usage

[](#usage)

On the `routes.php` file you need to call

`\EasyRouting::run();`

this will setup REST routes for all the public methods of the Controllers.

If you ever want to exclude a controller from having a route, just add

`var $exclude = true;`

into the Controller

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Total

5

Last Release

3939d ago

Major Versions

v1.0.1 → 2.0.02015-07-23

1.0.x-dev → 2.0.12015-08-05

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/25342a14969a98e808929200cb19ddd46e70b678fc72d55b8feaba06fcd24fa6?d=identicon)[avnir](/maintainers/avnir)

---

Top Contributors

[![avnir](https://avatars.githubusercontent.com/u/629032?v=4)](https://github.com/avnir "avnir (17 commits)")

---

Tags

laravelroutes

### Embed Badge

![Health badge](/badges/avnir-easyrouting/health.svg)

```
[![Health](https://phpackages.com/badges/avnir-easyrouting/health.svg)](https://phpackages.com/packages/avnir-easyrouting)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
