PHPackages                             taochangle/matrix-framework - 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. [Framework](/categories/framework)
4. /
5. taochangle/matrix-framework

ActiveLibrary[Framework](/categories/framework)

taochangle/matrix-framework
===========================

Matrix - A modern PHP micro-framework

v2.0.0(2mo ago)00MITPHP &gt;=8.1

Since May 21Compare

[ Source](https://github.com/taochangle/matrix-framework)[ Packagist](https://packagist.org/packages/taochangle/matrix-framework)[ RSS](/packages/taochangle-matrix-framework/feed)WikiDiscussions Synced 3w ago

READMEChangelogDependencies (10)Versions (2)Used By (0)

Matrix Framework
================

[](#matrix-framework)

A modern PHP micro-framework with IoC container, pipeline middleware, and simple routing.

Features
--------

[](#features)

- **IoC Container** — Reflection-based auto-wiring, singleton/bind registration
- **Pipeline Middleware** — Onion model request/response flow
- **Simple Router** — Static routes + `{param}` dynamic matching, closure and controller support
- **JSON Ready** — Built-in JSON request parsing and response factory

Requirements
------------

[](#requirements)

PHP &gt;= 8.1

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

[](#installation)

```
composer require taochangle/matrix-framework
```

Quick Start
-----------

[](#quick-start)

```
use Matrix\Application;
use Matrix\Http\Request;

require 'vendor/autoload.php';

$app = new Application();

$app->addGlobalMiddleware([
    new App\Middlewares\GlobalLogger(),
]);

$app->loadRoutes(__DIR__ . '/routes/web.php');

$app->handle(new Request());
```

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance87

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

64d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/taochangle-matrix-framework/health.svg)

```
[![Health](https://phpackages.com/badges/taochangle-matrix-framework/health.svg)](https://phpackages.com/packages/taochangle-matrix-framework)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.4k85](/packages/elgg-elgg)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M425](/packages/drupal-core-recommended)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M511](/packages/pimcore-pimcore)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M400](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k18.1k](/packages/prestashop-prestashop)

PHPackages © 2026

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