PHPackages                             exts/mixten - 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. exts/mixten

ActiveLibrary[Framework](/categories/framework)

exts/mixten
===========

PHP 7.1 microframework

0.4.0(8y ago)235PHPPHP ^7.1

Since May 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/exts/Mixten)[ Packagist](https://packagist.org/packages/exts/mixten)[ RSS](/packages/exts-mixten/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (8)Used By (0)

Mixten
======

[](#mixten)

Mixten is a PHP 7.1 Microframework based on [Starch](https://github.com/starchphp/starch). The name comes from 'Mixed' and 'Extensions'. I like mixing components to build a rich application, but there's a lot of frameworks out there that are more 'their way' than 'your way' and that was a problem for me.

Like Brammm (starch dev), I too am a fan of Slim and Silex. My issue is I never really needed all the features that slim and silex use, all I needed was a proper router, a decent dependency injector and that's about it.

I tried expressive 2.0 and it's good, it's real good (I might even attempt to use [Canister](https://github.com/exts/Canister) with it in the future), but the issue I had with Expressive was you'd end up with a ton of boilerplate factory classes for setting up Action classes. I thought that was unnecessary and should have been as simple as passing your class to the route and it passing the necessary dependencies when it needs them.

I'm going to put this on packagist, but this library/microframework won't be stable until I've run it in the ground with a few personal projects to see what pitfalls I run into and if I need to add any features.

Example
=======

[](#example)

```
$app = new Application();
$app->any('/account/update', cc(Account::class, 'update'));
$app->run();
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

###  Release Activity

Cadence

Every ~32 days

Recently: every ~48 days

Total

7

Last Release

3130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d11ac939290fe178f8787292ce605375859d8c035fbd14c859bf827f069738b?d=identicon)[exts](/maintainers/exts)

---

Top Contributors

[![exts](https://avatars.githubusercontent.com/u/16387107?v=4)](https://github.com/exts "exts (7 commits)")[![G4MR](https://avatars.githubusercontent.com/u/4134947?v=4)](https://github.com/G4MR "G4MR (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/exts-mixten/health.svg)

```
[![Health](https://phpackages.com/badges/exts-mixten/health.svg)](https://phpackages.com/packages/exts-mixten)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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