PHPackages                             actiview/magento2-easy-routes - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. actiview/magento2-easy-routes

ActiveMagento2-module[Localization &amp; i18n](/categories/localization)

actiview/magento2-easy-routes
=============================

Create multi-language custom routes with ease

1.0.3(7mo ago)3164↓51.7%1PHP

Since Dec 22Pushed 7mo agoCompare

[ Source](https://github.com/Actiview/magento2-easy-routes)[ Packagist](https://packagist.org/packages/actiview/magento2-easy-routes)[ RSS](/packages/actiview-magento2-easy-routes/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (4)Used By (1)

Easy Routes module for Magento 2
================================

[](#easy-routes-module-for-magento-2)

**Create multi-language custom routes with ease, including layout handle for easy templating.**

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

[](#installation)

Install this package through Composer and then enable the module for Magento 2.

```
composer require actiview/magento2-easy-routes
bin/magento module:enable Actiview_EasyRoutes
```

Usage
-----

[](#usage)

Adding a route involves a few easy steps, these steps are explained below. Have a look at the sample module: [Actiview\_EasyRoutesSample](https://github.com/Actiview/magento2-easy-routes-sample) for the complete setup.

A new route is added to the routes pool through a `etc/frontend/di.xml` file. This file can be added in a custom module or one of you existing project modules.

### Virtual Type

[](#virtual-type)

First create a `virtualType`:

```

            sample-page

                sample-page

```

To add multiple (multi-language) paths for the same ID use the next sample. The default route can be named `default` or the name can be empty. For the other paths use the relevant store code as name.

```

            sample-page

                sample-page
                voorbeeldpagina
                beispielseite
                page-d-exemple
                pagina-de-muestra

```

### Paths

[](#paths)

Now the new route is available for the router and the page can be visited:

-
-
-
-
-

When one of these pages is visited an additional layout handle will be added: `easy_routes_sample-page`. This can be used to apply additional or custom templating.

Usage (advanced)
----------------

[](#usage-advanced)

You can provide your own CustomRoute object that implements `EasyRouteInterface`. Now you can provide your own logic, for exampling enableing/disabling a route for a store view.

Bugs / feature requests
-----------------------

[](#bugs--feature-requests)

Please use the [GitHub Issue Tracker](https://github.com/Actiview/magento2-easy-routes/issues) to report bugs or feature requests.

Versions
--------

[](#versions)

### v.1.0.0

[](#v100)

Initial release

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance62

Regular maintenance activity

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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 ~1 days

Total

3

Last Release

237d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44681774?v=4)[Actiview](/maintainers/actiview)[@Actiview](https://github.com/Actiview)

### Embed Badge

![Health badge](/badges/actiview-magento2-easy-routes/health.svg)

```
[![Health](https://phpackages.com/badges/actiview-magento2-easy-routes/health.svg)](https://phpackages.com/packages/actiview-magento2-easy-routes)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.5M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3223.7k](/packages/mage-os-module-automatic-translation)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34280.5k3](/packages/checkoutcom-magento2)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1861.2k](/packages/myparcelnl-magento)[phpro/mage2-module-translations

Manage translations via the Magento backend

16115.2k](/packages/phpro-mage2-module-translations)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)

PHPackages © 2026

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