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. actiview/magento2-easy-routes

ActiveMagento2-module

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

Create multi-language custom routes with ease

1.0.3(4mo ago)273↓33.3%1PHP

Since Dec 22Pushed 4mo 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 1mo 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

35

—

LowBetter than 79% of packages

Maintenance74

Regular maintenance activity

Popularity14

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

140d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0991607df5e8188833f34ed45ca9f0d3cecb1246a7a338fd785233cda83bd761?d=identicon)[actiview](/maintainers/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.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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