PHPackages                             melisplatform/melis-platform-framework-symfony-demo-tool-logic - 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-symfony-demo-tool-logic

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

melisplatform/melis-platform-framework-symfony-demo-tool-logic
==============================================================

v5.0.0(3y ago)14381OSL-3.0PHPPHP ^7.3|^8.0

Since Sep 4Pushed 2y ago6 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (15)Used By (1)

melis-platform-framework-symfony-demo-tool-logic
================================================

[](#melis-platform-framework-symfony-demo-tool-logic)

This bundle handles the request of melisplatform/melis-platform-framework-symfony-demo-tool to display data. It accesses the database, translates the text and renders the views.

Getting Started
===============

[](#getting--started)

These instructions will get you a copy of the project up and running on your machine.

Prerequisites
-------------

[](#prerequisites)

You will need the following in order to have this module running:

- melisplatform/melis-platform-framework-symfony

It will automatically be done when using composer.

Installing
----------

[](#installing)

Run the composer command:

```
composer require melisplatform/melis-platform-framework-symfony-demo-tool-logic

```

Running the code
----------------

[](#running-the-code)

### Activating the bundle

[](#activating-the-bundle)

Activating this bundle is just the same way you activate your symfony bundle inside Symfony application. You just need to include its bundle class to the list of bundles inside Symfony application (most probably in bundles.php file).

```
return [
    //All of the symfony activated bundles here
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    ...
    ...
    etc.
    //Melis Platform Custom Bundles
    MelisPlatformFrameworkSymfony\MelisPlatformFrameworkSymfonyBundle::class => ['all' => true],
    MelisPlatformFrameworkSymfonyDemoToolLogic\MelisPlatformFrameworkSymfonyDemoToolLogicBundle::class => ['all' => true]
];

```

Don't forget to activate also the MelisPlatformFrameworkSymfonyBundle class since this bundle requires it.

Authors
-------

[](#authors)

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

See also the list of [contributors](https://github.com/melisplatform/melis-platform-framework-symfony-demo-tool-logic/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the OSL-3.0 License - see the [LICENSE](LICENSE)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~145 days

Recently: every ~236 days

Total

8

Last Release

1421d ago

Major Versions

v3.2.1 → v4.0.02020-08-17

v4.0.0 → v5.0.02022-06-21

PHP version history (2 changes)v4.0.0PHP ^7.1.3|^7.2|^7.3

v5.0.0PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![sircxes](https://avatars.githubusercontent.com/u/21098160?v=4)](https://github.com/sircxes "sircxes (48 commits)")[![rbbrioso28](https://avatars.githubusercontent.com/u/9497212?v=4)](https://github.com/rbbrioso28 "rbbrioso28 (9 commits)")[![mariateresapomar](https://avatars.githubusercontent.com/u/85868605?v=4)](https://github.com/mariateresapomar "mariateresapomar (7 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

cmsmodulezf2melis

### Embed Badge

![Health badge](/badges/melisplatform-melis-platform-framework-symfony-demo-tool-logic/health.svg)

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

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