PHPackages                             olobase/mezzio - 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. [Admin Panels](/categories/admin)
4. /
5. olobase/mezzio

ActiveLibrary[Admin Panels](/categories/admin)

olobase/mezzio
==============

Olobase is a tool that allows to you quickiy and easily develop modern web panels using vue.js/vuetify and php.

2.2.2(9mo ago)0111↓100%MITPHPPHP &gt;=8.0.0

Since Oct 31Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/olomadev/olobase-mezzio)[ Packagist](https://packagist.org/packages/olobase/mezzio)[ Docs](https://oloma.dev)[ RSS](/packages/olobase-mezzio/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (50)Used By (0)

Olobase Php REST API - Mezzio Framework components. (Deprecated)
================================================================

[](#olobase-php-rest-api---mezzio-framework-components-deprecated)

Oloma Mezzio Framework components.

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

[](#installation)

Put \\Olobase\\Mezzio\\ConfigProvider::class in to your /config/autoload/mezzio.global.php file.

```
declare(strict_types=1);

use Laminas\ConfigAggregator\ArrayProvider;
use Laminas\ConfigAggregator\ConfigAggregator;
use Laminas\ConfigAggregator\PhpFileProvider;
use Mezzio\Helper\ConfigProvider;

// To enable or disable caching, set the `ConfigAggregator::ENABLE_CACHE` boolean in
// `config/autoload/local.php`.
$cacheConfig = [
    'config_cache_path' => 'data/cache/config-cache.php',
];

$aggregator = new ConfigAggregator([

    // Oloma components
    \Olobase\Mezzio\ConfigProvider::class,

    // Default App module config
    App\ConfigProvider::class,

    // Load application config in a pre-defined order in such a way that local settings
    // overwrite global settings. (Loaded as first to last):
    //   - `global.php`
    //   - `*.global.php`
    //   - `local.php`
    //   - `*.local.php`
    // new PhpFileProvider(realpath(__DIR__) . '/autoload/{{,*.}global,{,*.}local}.php'),
    new PhpFileProvider(realpath(__DIR__) . sprintf('/autoload/{,*.}{global,%s}.php', getenv('APP_ENV') ?: 'local')),

    // Load development config if it exists
    new PhpFileProvider(realpath(__DIR__) . '/development.config.php'),
], $cacheConfig['config_cache_path']);

return $aggregator->getMergedConfig();

```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance59

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~3 days

Total

49

Last Release

293d ago

Major Versions

1.3.0 → 2.0.02025-03-10

2.2.2 → 3.0.0-rc12025-07-20

PHP version history (2 changes)1.0.1PHP ~8.0.0 || ~8.1.0 || ~8.2.0

1.2.2PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/26f9b4596b081ae171d18b03483441ca06fc3b39f8e05da8cef002ff4371f394?d=identicon)[eguvenc](/maintainers/eguvenc)

---

Top Contributors

[![eguvenc](https://avatars.githubusercontent.com/u/482833?v=4)](https://github.com/eguvenc "eguvenc (91 commits)")

---

Tags

composercoremezzioolobasepackagephpadminVue.jsvuetifyolomadevoloma

### Embed Badge

![Health badge](/badges/olobase-mezzio/health.svg)

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

###  Alternatives

[aimeos/ai-admin-jqadm

Aimeos VueJS+Bootstrap admin backend

1.0k337.1k11](/packages/aimeos-ai-admin-jqadm)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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