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

ActiveMelisplatform-module

melisplatform/melis-platform-framework-silex
============================================

A Silex framework dependecy to for running silex inside Melis Platform

v4.1.0(6y ago)11152OSL-3.0PHP

Since Sep 4Pushed 4y ago6 watchersCompare

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

READMEChangelog (10)Dependencies (17)Versions (17)Used By (2)

melis-platform-framwork-Silex
=============================

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

This module runs the Silex micro-framework inside Melis Platform.
The melis-platform-framework silex contains a Silex Service Provider to let Silex use Melis services available.

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

[](#getting-started)

These instructions will guide you to run the Silex micro-framework inside Melis Platform.

### Prerequisites

[](#prerequisites)

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

### Installing

[](#installing)

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

```

### Service Providers

[](#service-providers)

In order to load and use a service provider, you must register the service provider in the Silex application which is commonly located in `/Silex/src/app.php`

```
use MelisPlatformFrameworkSilex\Provider\MelisServiceProvider;

$app = new Silex\Application();

$app->register(new MelisServiceProvider());

```

### Usage

[](#usage)

Example of using the MelisServiceProvider in Silex framework.

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

```

### 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 Selix using the MelisServiceProvider.

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

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 88.8% 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 ~17 days

Total

10

Last Release

2284d ago

Major Versions

v3.2.0 → v4.1.02020-02-07

### Community

Maintainers

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

---

Top Contributors

[![simonalcover](https://avatars.githubusercontent.com/u/17284664?v=4)](https://github.com/simonalcover "simonalcover (79 commits)")[![rbbrioso28](https://avatars.githubusercontent.com/u/9497212?v=4)](https://github.com/rbbrioso28 "rbbrioso28 (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)")

---

Tags

cmsmodulezf2melis

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

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