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 yesterday

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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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