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(6mo ago)3128↓48.2%1PHP

Since Dec 22Pushed 6mo 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 2d 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

33

—

LowBetter than 72% of packages

Maintenance67

Regular maintenance activity

Popularity16

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

192d 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

[splendidinternet/mage2-locale-de-de

German (Germany) language

851.1M2](/packages/splendidinternet-mage2-locale-de-de)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3017.9k](/packages/mage-os-module-automatic-translation)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[loki/magento2-components

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

1011.8k26](/packages/loki-magento2-components)[the_it_nerd/module-brasil

The IT Nerd - Magento 2 Brazilian localization module (without translation).

161.3k](/packages/the-it-nerd-module-brasil)

PHPackages © 2026

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