PHPackages                             olomadev/olobase - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. olomadev/olobase

ActiveLibrary[HTTP &amp; Networking](/categories/http)

olomadev/olobase
================

Olobase is a tool that allows to you quickly and easily develop modern open api based rest apis using Mezzio framework.

3.0.0-rc-7(10mo ago)111MITPHPPHP &gt;=8.0.0

Since Jul 21Pushed 10mo agoCompare

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

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Olobase Php REST API - Mezzio Framework components.
===================================================

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

Oloma Mezzio Framework components.

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

[](#installation)

Put \\Olobase\\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\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

26

—

LowBetter than 41% of packages

Maintenance53

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Every ~4 days

Total

7

Last Release

323d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/482833?v=4)[Ersin Güvenç](/maintainers/eguvenc)[@eguvenc](https://github.com/eguvenc)

---

Top Contributors

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

---

Tags

apilaminasrestmezzioolomadevoloma

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[api-platform/json-schema

Generate a JSON Schema from a PHP class

324.8M72](/packages/api-platform-json-schema)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10244.2k5](/packages/bitrix24-b24phpsdk)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[mezzio/mezzio-problem-details

Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard

271.2M32](/packages/mezzio-mezzio-problem-details)

PHPackages © 2026

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