PHPackages                             monsieurbiz/mbiz\_router - 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. [API Development](/categories/api)
4. /
5. monsieurbiz/mbiz\_router

ActiveMagento2-module[API Development](/categories/api)

monsieurbiz/mbiz\_router
========================

Your routes on Magento 2.

10PHP

Since Oct 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/monsieurbiz/Mbiz_Router)[ Packagist](https://packagist.org/packages/monsieurbiz/mbiz_router)[ RSS](/packages/monsieurbiz-mbiz-router/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Router for Magento 2
====================

[](#router-for-magento-2)

Introduction
------------

[](#introduction)

Your routes on Magento 2.

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

[](#installation)

```
composer require monsieurbiz/mbiz_router=dev-master

```

Usage
-----

[](#usage)

### Static URL

[](#static-url)

- URL: `http://example.org/foo.html`
- Match: `http://example.org/foo/index/index`
- `config.xml`:

```

            static
            foo.html
            foo
            index
            index

```

### Regex URL

[](#regex-url)

- URL: `http://example.org/foo.hmtl`
- Match: `http://example.org/foo/index/index`
- `config.xml`:

```

            regex
            helloworld/(foo|bar|baz)\.html
            helloworld/%1$s.html

                1

            hello
            index
            index

```

Contribute
----------

[](#contribute)

Please enjoy creating Pull Requests.

License
-------

[](#license)

This source code is provided under MIT License.

Authors
-------

[](#authors)

Originally created by [@jacquesbh](https://github.com/jacquesbh/jbh_router), we made it for Magento 2.

Also, please find [all contributors in the dedicated page](https://github.com/jacquesbh/jbh_router/graphs/contributors).

---

*On the road again*

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c469cf3368841a646d6e69475e8b79861ee299bbe5c2382f50459e3ab3607320?d=identicon)[jacquesbh](/maintainers/jacquesbh)

---

Top Contributors

[![jacquesbh](https://avatars.githubusercontent.com/u/858611?v=4)](https://github.com/jacquesbh "jacquesbh (2 commits)")

### Embed Badge

![Health badge](/badges/monsieurbiz-mbiz-router/health.svg)

```
[![Health](https://phpackages.com/badges/monsieurbiz-mbiz-router/health.svg)](https://phpackages.com/packages/monsieurbiz-mbiz-router)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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