PHPackages                             melisplatform/melis-cms-skeleton - 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-cms-skeleton

ActiveProject

melisplatform/melis-cms-skeleton
================================

Melis Platform CMS Skeleton

v3.1.27(6y ago)32.1k1[9 PRs](https://github.com/melisplatform/melis-cms-skeleton/pulls)OSL-3.0JavaScriptPHP ^7.0

Since May 16Pushed 3y ago7 watchersCompare

[ Source](https://github.com/melisplatform/melis-cms-skeleton)[ Packagist](https://packagist.org/packages/melisplatform/melis-cms-skeleton)[ RSS](/packages/melisplatform-melis-cms-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (114)Used By (0)

Melis Platform Skeleton
=======================

[](#melis-platform-skeleton)

The skeleton of Melis Platform.
This is the package you need to use to start a setup of Melis Platform.

Requirements
------------

[](#requirements)

- PHP 7.0+
- PHP openssl extension
- PHP json extension
- PHP pdo\_mysql extension
- PHP zip extension

HTTP server &amp; vhost configuration
-------------------------------------

[](#http-server--vhost-configuration)

Setup a virtual host that points to the public/ directory of the project.
Add the MELIS\_PLATFORM (identifies your platform when having multiple environments like local/preprod/prod) and MELIS\_MODULE (identifies which site will be loaded as the front office for this domain) variable.
Vhost should look like this:

```

    DocumentRoot "PATH_DOCROOT/public"

        Options +Indexes +FollowSymLinks +ExecCGI
        DirectoryIndex index.php
        Order allow,deny
        Allow from all
        AllowOverride All
        Require all granted

    ServerName www.mysite.local:80
    SetEnv MELIS_PLATFORM "development"
    SetEnv MELIS_MODULE "MelisDemoCms"

```

If you are using Windows, you might want to add the following lines in your vhost to ensure that downloads of modules through composer can be managed by PHP.
Be aware that running composer through PHP (setup, marketplace, updates) requires memory and space.

```

    [...]

        FcgidIOTimeout 3600
        FcgidBusyTimeout 1800
        FcgidConnectTimeout 3600
        FcgidOutputBufferSize 65536
        FcgidMaxRequestsPerProcess 500
        FcgidMinProcessesPerClass 0
        FcgidProcessLifeTime 3600

    [...]

```

Installation
------------

[](#installation)

- Download [Composer](https://getcomposer.org/download/)
- Install the skeleton: `composer create-project melisplatform/melis-cms-skeleton .`
- Setup your HTTP server (as described in [HTTP server config](#http-server-config) section
- Add this entry to your hosts file if you're working locally: `127.0.0.1       www.mysite.local`
- Create a database, using utf8\_general\_ci encoding
- Go to the following URL:  and do the setup
- You can now connect at

Contributing
------------

[](#contributing)

Please note that this project is released with a [Contributor Code of Conduct](http://contributor-covenant.org/version/1/2/0/). By participating in this project you agree to abide by its terms.

Feel free to fork the project, create a feature branch, and send us a pull request!

Authors
-------

[](#authors)

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

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

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity75

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

Total

100

Last Release

2335d ago

Major Versions

v2.5.8 → v3.0.02018-10-17

PHP version history (2 changes)v2.1PHP ^5.5 || ^7.0

v3.0.0PHP ^7.0

### Community

Maintainers

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

---

Top Contributors

[![benborla](https://avatars.githubusercontent.com/u/22745294?v=4)](https://github.com/benborla "benborla (80 commits)")[![rbbrioso28](https://avatars.githubusercontent.com/u/9497212?v=4)](https://github.com/rbbrioso28 "rbbrioso28 (76 commits)")[![sgris](https://avatars.githubusercontent.com/u/3981660?v=4)](https://github.com/sgris "sgris (27 commits)")[![ksuson](https://avatars.githubusercontent.com/u/31838758?v=4)](https://github.com/ksuson "ksuson (2 commits)")[![simonalcover](https://avatars.githubusercontent.com/u/17284664?v=4)](https://github.com/simonalcover "simonalcover (2 commits)")[![sircxes](https://avatars.githubusercontent.com/u/21098160?v=4)](https://github.com/sircxes "sircxes (2 commits)")[![Pierozi](https://avatars.githubusercontent.com/u/5133487?v=4)](https://github.com/Pierozi "Pierozi (1 commits)")[![ffesch](https://avatars.githubusercontent.com/u/1141489?v=4)](https://github.com/ffesch "ffesch (1 commits)")

### Embed Badge

![Health badge](/badges/melisplatform-melis-cms-skeleton/health.svg)

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

###  Alternatives

[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M487](/packages/mpdf-mpdf)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M55](/packages/dedoc-scramble)[shopware/platform

The Shopware e-commerce core

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

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k67](/packages/humbug-box)

PHPackages © 2026

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