PHPackages                             int/lumen-base - 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. int/lumen-base

ActiveLibrary[Framework](/categories/framework)

int/lumen-base
==============

Base for microservices Integrando.se

v0.1.31(8y ago)0482proprietaryPHP

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Integrandose/int-lumen-base)[ Packagist](https://packagist.org/packages/int/lumen-base)[ RSS](/packages/int-lumen-base/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (33)Used By (0)

Install
-------

[](#install)

```
composer require int/lumen-base

```

### Alter ./bootstrap/app.php

[](#alter-bootstrapappphp)

##### Enable Facades

[](#enable-facades)

from

```
// $app->withFacades();

```

to

```
$app->withFacades();

```

##### Alter Exception Handler.

[](#alter-exception-handler)

from

```
$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    App\Exceptions\Handler::clas
);

```

to

```
$app->singleton(
    Illuminate\Contracts\Debug\ExceptionHandler::class,
    \Int\Lumen\Core\Exceptions\Handler::class
);

```

##### Add Middleware Accepts Json

[](#add-middleware-accepts-json)

```
$app->middleware([
    \Int\Lumen\Core\Http\Middleware\AcceptsJsonMiddleware::class
]);

```

##### Add Transformer Service Provider

[](#add-transformer-service-provider)

```
$app->register(\Int\Lumen\Core\Providers\TransformerServiceProvider::class);

```

##### Add Config to Monolog

[](#add-config-to-monolog)

```
$app->configureMonologUsing(function ($monolog) {

    $monolog->pushHandler(new \Monolog\Handler\StreamHandler(storage_path() . '/logs/api.log'));
    $monolog->pushProcessor(new \Monolog\Processor\WebProcessor);

    return $monolog;
});

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% 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 ~2 days

Total

32

Last Release

3248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a57e2d972885006c007e92bdfc0ebd755dccfe724a3ebc48d701d58e30638de?d=identicon)[renatomorenocz](/maintainers/renatomorenocz)

---

Top Contributors

[![renatomorenocz](https://avatars.githubusercontent.com/u/1906076?v=4)](https://github.com/renatomorenocz "renatomorenocz (53 commits)")[![johnyvelho](https://avatars.githubusercontent.com/u/5813213?v=4)](https://github.com/johnyvelho "johnyvelho (1 commits)")

### Embed Badge

![Health badge](/badges/int-lumen-base/health.svg)

```
[![Health](https://phpackages.com/badges/int-lumen-base/health.svg)](https://phpackages.com/packages/int-lumen-base)
```

###  Alternatives

[krayin/laravel-crm

Krayin CRM

22.6k33.4k1](/packages/krayin-laravel-crm)[lavalite/cms

Lavalite - The Laravel CMS.

2.9k56.4k](/packages/lavalite-cms)[themosis/framework

The Themosis framework.

669311.6k18](/packages/themosis-framework)[concrete5/core

Concrete – an open source content management system.

20163.8k49](/packages/concrete5-core)[lavalite/framework

The lavalite framework

5861.6k1](/packages/lavalite-framework)[zemit-cms/core

Build Phalcon REST APIs faster with database-first scaffolding, model relationships, eager loading, identity, permissions, CLI, and WebSocket support.

138.5k1](/packages/zemit-cms-core)

PHPackages © 2026

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