PHPackages                             melisplatform/melis-platform-framework-lumen - 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. melisplatform/melis-platform-framework-lumen

ActiveMelisplatform-module[Framework](/categories/framework)

melisplatform/melis-platform-framework-lumen
============================================

Melis Platform Framework Lumen module

v5.0.1(2y ago)11943OSL-3.0PHP

Since Sep 6Pushed 2y ago6 watchersCompare

[ Source](https://github.com/melisplatform/melis-platform-framework-lumen)[ Packagist](https://packagist.org/packages/melisplatform/melis-platform-framework-lumen)[ Docs](https://github.com/melisplatform/melis-platform-framework-lumen)[ RSS](/packages/melisplatform-melis-platform-framework-lumen/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (6)Versions (19)Used By (3)

melis-platform-framwork-lumen
=============================

[](#melis-platform-framwork-lumen)

This module brings the Lumen microframework inside melis platform and has a ServiceProvider to access all Melis services.

Getting Started
---------------

[](#getting-started)

These instructions will guide you to run the lumen microframework inside melis platform.

### Prerequisites

[](#prerequisites)

This module requires melisplatform/melis-core and laravel/lumen-framework in order to have this module running. It will automatically be done when using composer.

### Installing

[](#installing)

```
composer require melisplatform/melis-platform-framework-lumen

```

### Service Providers

[](#service-providers)

To use the service provider just add the line below in the \\bootstrap\\app.php file in the "Register Service Providers" area.

```
$app->register(\MelisPlatformFrameworkLumen\Providers\ZendServiceProvider::class)

```

You can also use the class **MelisServiceProvder** anywhere in the app in getting melis services.

### Usage

[](#usage)

Here's an example of direct calling of a **Model** from *melis-core* inside a lumen controller.

```
$melisCoreLangTable = app('ZendServiceManager)->get('MelisCoreTableLang');
$resultArray        = $mesliCoreLangTable->fetchAll()->toArray();

```

Example of using the class **MelisServiceProvider**

```
use MelisPlatformFrameworkLumen\MelisServiceProvider;

$melisServiceProvider = new MelisServiceProvider();
$melisCoreLangTable   = $melisServiceProvider->getService('MelisCoreTableLang');
$resultArray          = $melisCoreLangTable->fetchAll()->toArray();

```

Addtional info :

1. In getting a melis service/table, just look for **module.config.php** in every melisplatform module. Look for the **service\_manager** key, you can use array keys under **aliases** or under **factories**.

    Example : MelisCoreTableLang
2. You can find the **file location** according to its current value.

    Example : MelisCoreTableLang =&gt; **'MelisCore\\Model\\Tables\\MelisLangTable'**

    File location : *melis-core/src/Model/Tables/MelisLangTable.php* , in here you can see all the available functions.

Authors
-------

[](#authors)

- **Melis Technology** - [www.melistechnology.com](https://www.melistechnology.com/)

See also the list of [contributors](https://github.com/melisplatform/melis-core/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the OSL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~150 days

Recently: every ~294 days

Total

10

Last Release

1085d ago

Major Versions

v3.2.1 → v4.0.02020-11-16

v4.1.0 → v5.0.02022-06-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8c3d1de854682cd37de2faa73a026b1c83b4b15500f352077581948c5d778ce?d=identicon)[melisplatform](/maintainers/melisplatform)

---

Top Contributors

[![rbbrioso28](https://avatars.githubusercontent.com/u/9497212?v=4)](https://github.com/rbbrioso28 "rbbrioso28 (8 commits)")[![mariateresapomar](https://avatars.githubusercontent.com/u/85868605?v=4)](https://github.com/mariateresapomar "mariateresapomar (6 commits)")[![jerremeirago](https://avatars.githubusercontent.com/u/30467695?v=4)](https://github.com/jerremeirago "jerremeirago (5 commits)")[![sircxes](https://avatars.githubusercontent.com/u/21098160?v=4)](https://github.com/sircxes "sircxes (4 commits)")[![jzabate](https://avatars.githubusercontent.com/u/39899634?v=4)](https://github.com/jzabate "jzabate (1 commits)")[![MelisTest](https://avatars.githubusercontent.com/u/21234733?v=4)](https://github.com/MelisTest "MelisTest (1 commits)")

---

Tags

coremodulezf2melis

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/melisplatform-melis-platform-framework-lumen/health.svg)

```
[![Health](https://phpackages.com/badges/melisplatform-melis-platform-framework-lumen/health.svg)](https://phpackages.com/packages/melisplatform-melis-platform-framework-lumen)
```

###  Alternatives

[melisplatform/melis-cms

Melis Platform CMS module

115.5k15](/packages/melisplatform-melis-cms)

PHPackages © 2026

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