Get started · Community Edition
Open-source, modular and production-ready. Spin it up with Docker in minutes, bootstrap a project with Composer, or clone the source from GitHub — then let the guided setup do the rest.
# the whole Community Edition, in one command $ composer create-project melisplatform/melis-platform-skeleton # …then open the back-office and start building.
Before you start
A standard PHP stack is all you need. Going the Docker route? Then only Docker & Git are required — everything else is bundled.
with intl, gd, mysqli, mbstring
or a compatible MariaDB, utf8mb4
for the Composer & source routes
everything else bundled in the image
Three ways to install
Each route gets you the full Community Edition. Docker is the quickest to a running environment; Composer is the fastest project start; GitHub gives you the source.
A complete, reproducible environment — PHP, web server and database — comes up with a single command. No local PHP setup required.
Get the Docker repo$ git clone https://github.com/melisplatform/melis-docker.git $ cd melis-docker/app/latest $ docker-compose build --pull $ docker-compose up -d
http://localhost:8080
One command pulls every Community Edition module into a project-ready skeleton on your own PHP stack.
View on Packagist$ composer create-project melisplatform/melis-platform-skeleton
$ cd melis-platform-skeleton $ php -S localhost:8080 -t public
Clone the skeleton with its module submodules — ideal to read the source, cherry-pick features or contribute back.
Browse the repositories$ git clone --recursive https://github.com/melisplatform/melis-platform-skeleton.git
$ cd melis-platform-skeleton && composer install
After install
The first time you open the site, the Melis Platform setup guide walks you through:
Then Confirmation → Install, and you're in. The default development account is admin / password — change it before production.
Step-by-step guides, architecture concepts and a complete module & configuration reference live in the online docs.
Beyond the free Community Edition, let's find the license and support that fit your project. Try the live demo to feel the benefits — then talk to our team.