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

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

melisplatform/melis-platform-framework-laravel
==============================================

Melis Platform Frameworks Laravel

v5.2.0(1y ago)13693OSL-3.0PHPPHP ^8.1|^8.3CI failing

Since Sep 10Pushed 1y ago6 watchersCompare

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

READMEChangelog (10)Dependencies (16)Versions (21)Used By (3)

melis-platform-framework-laravel
================================

[](#melis-platform-framework-laravel)

This laravel service provides a connection to the Laminas application enabling access to the Service and Event Manager and Database connection configuration of the application.

### Prerequisites

[](#prerequisites)

This module requires:

- melisplatform/melis-core:^3.1
- laravel/framework:^6.0

It will automatically be done when using composer.

### Installing

[](#installing)

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

```

### Service Providers

[](#service-providers)

Activating the Service provider by just adding to the `config/app.php` file in the Service Providers section.

```
MelisPlatformFrameworkLaravel\LaminasServiceProvider::class

```

### Usage

[](#usage)

Below is an example of direct calling a Model in laravel controller

```
$languagesTbl = app('LaminasServiceManager')->get('MelisCoreTableLang');
$listArray = $languagesTbl->fetchAll();

```

### Where to find Melis Services

[](#where-to-find-melis-services)

- Melis Services are found inside each Melis Modules and these melis modules can be found by following the path below.

```
/_docroot_/vendor/melisplatform/

```

- Inside each Melis Module you can find module.config.php in the config folder.
    The module.config.php contains an array keys called **aliases** and **factories** under **service\_manager**.

```
'service_manager' => array(
    'invokables' => array(

    ),
    'aliases' => array(
        'translator' => 'MvcTranslator',
        'MelisCmsNewsTable' => 'MelisCmsNews\Model\Tables\MelisCmsNewsTable',
        'MelisCmsNewsTextsTable' => 'MelisCmsNews\Model\Tables\MelisCmsNewsTextsTable',
    ),
    'factories' => array(
        //services
        'MelisCmsNewsService' => 'MelisCmsNews\Service\Factory\MelisCmsNewsServiceFactory',

        //tables
        'MelisCmsNews\Model\Tables\MelisCmsNewsTable' => 'MelisCmsNews\Model\Tables\Factory\MelisCmsNewsTableFactory',
        'MelisCmsNews\Model\Tables\MelisCmsNewsTextsTable' => 'MelisCmsNews\Model\Tables\Factory\MelisCmsNewsTextsTableFactory',
    ),
),

```

- The array keys inside **aliases** or **factories** can be called in Laravel framework using the MelisServiceProvider.

```
$melisNewsSvc = $app['melis.services']->getService("MelisCmsNewsService");

```

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

41

—

FairBetter than 89% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 80.4% 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 ~138 days

Recently: every ~364 days

Total

14

Last Release

636d ago

Major Versions

v3.2.3 → v4.0.02020-08-17

v4.1.0 → v5.0.02022-06-21

PHP version history (4 changes)v3.1.0PHP ^7.2

v4.0.0PHP ^7.1.3|^7.2|^7.3

v5.0.0PHP ^7.3|^8.0

v5.1.0PHP ^8.1|^8.3

### 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 (74 commits)")[![sircxes](https://avatars.githubusercontent.com/u/21098160?v=4)](https://github.com/sircxes "sircxes (10 commits)")[![mariateresapomar](https://avatars.githubusercontent.com/u/85868605?v=4)](https://github.com/mariateresapomar "mariateresapomar (7 commits)")[![MelisTest](https://avatars.githubusercontent.com/u/21234733?v=4)](https://github.com/MelisTest "MelisTest (1 commits)")

---

Tags

laravelcmsmodulezf2melis

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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