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(9mo ago)111MITPHPPHP &gt;=8.0.0

Since Jul 21Pushed 9mo 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 1mo ago

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

27

—

LowBetter than 49% of packages

Maintenance58

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

277d ago

### 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 (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

[mezzio/mezzio-problem-details

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

271.1M24](/packages/mezzio-mezzio-problem-details)[api-platform/json-schema

Generate a JSON Schema from a PHP class

273.4M26](/packages/api-platform-json-schema)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

9230.2k4](/packages/bitrix24-b24phpsdk)[mezzio/mezzio-hal

Hypertext Application Language implementation for PHP and PSR-7

20456.9k6](/packages/mezzio-mezzio-hal)[outeredge/swagger-module

Laminas Framework Module for Swagger resource file generation

23112.1k](/packages/outeredge-swagger-module)[highsidelabs/walmart-api

A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.

308.0k](/packages/highsidelabs-walmart-api)

PHPackages © 2026

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