PHPackages                             ezsystems/ezplatform-demo - 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. ezsystems/ezplatform-demo

AbandonedArchivedProject[Framework](/categories/framework)

ezsystems/ezplatform-demo
=========================

eZ Platform distribution

v2.5.9(6y ago)435.4k34[1 issues](https://github.com/ezsystems/ezplatform-demo/issues)GPL-2.0-onlyPHPPHP ^7.1.3

Since Feb 18Pushed 6y ago14 watchersCompare

[ Source](https://github.com/ezsystems/ezplatform-demo)[ Packagist](https://packagist.org/packages/ezsystems/ezplatform-demo)[ Docs](https://github.com/ezsystems/ezplatform-demo)[ RSS](/packages/ezsystems-ezplatform-demo/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (66)Versions (108)Used By (0)

eZ Platform Demo (discontinued)
===============================

[](#ez-platform-demo-discontinued)

Demo status
-----------

[](#demo-status)

This repository contains the **discontinued** example website for *[eZ Platform](https://github.com/ezsystems/ezplatform)*. A currently-maintained demo website is available at [ezplatform-ee-demo](https://github.com/ezsystems/ezplatform-ee-demo).

**Do not use the demo website as a basis for your projects.**Use [the clean eZ Platform](https://github.com/ezsystems/ezplatform) instead.

[![Screenshot](https://cloud.githubusercontent.com/assets/3033038/11806375/e116d414-a312-11e5-8675-02a23e2a7788.jpg "Screenshot")](https://cloud.githubusercontent.com/assets/3033038/11806375/e116d414-a312-11e5-8675-02a23e2a7788.jpg)

[![Build Status](https://camo.githubusercontent.com/e6e2ed6d364f43a44b32364bb8cff8f4318ddae76fa08ad2f469955860c8021c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f657a73797374656d732f657a706c6174666f726d2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ezsystems/ezplatform)[![Downloads](https://camo.githubusercontent.com/6242e7db5bb945fbb8e917943c44680d1c92fba0aa8886b5afdea39d6d88e0ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657a73797374656d732f657a706c6174666f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ezsystems/ezplatform)[![Latest release](https://camo.githubusercontent.com/eb61e6a5291a55dacd6cfdd7ab3871e3a9742c91c659ab73debdaf362439e418/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f657a73797374656d732f657a706c6174666f726d2e7376673f7374796c653d666c61742d737175617265)](https://github.com/ezsystems/ezplatform/releases)[![License](https://camo.githubusercontent.com/04eafdb0e1695fe73a84e376563c6dae8e8631efa11b324bc8e595662c485848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f657a73797374656d732f657a706c6174666f726d2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

What is eZ Platform ?
---------------------

[](#what-is-ez-platform-)

*eZ Platform* is a 100% open source professional CMS (Content Management System) developed by eZ Systems and the eZ Community.

Current *eZ Platform v2* is the 7th generation of *eZ Publish*, it is built on top of the Symfony 3.4LTS framework (Full Stack). It has been in development since 2011, and integral part of the *eZ Publish Platform 5.x* as "Platform stack" since 2012.

#### What is eZ Platform Demo ?

[](#what-is-ez-platform-demo-)

*eZ Platform Demo* is an example of a simple website using *[eZ Platform](https://github.com/ezsystems/ezplatform)*. *This demo should not be use for starting a new project, but can serve as as an example for how to do it.*

Features:

- Blog
- Gallery
- Contact Form

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

[](#installation)

NOTE: *For simplified installation, consider using community supported [eZ Launchpad](https://ezsystems.github.io/launchpad/) which takes care of the whole server setup for you.*

Installation instructions below are for installing a demo installation of eZ Platform in latest version *with* demo content and demo website. Full installation documentation is kept current [in the online docs](https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/), and includes instructions on installing other distributions *(like [ezplatform "clean"](https://github.com/ezsystems/ezplatform) and [ezplatform-ee](https://github.com/ezsystems/ezplatform-ee) enterprise edition)*, or other versions.

#### Prerequisites

[](#prerequisites)

These instructions assume you have already installed:

- PHP *(7.1 or higher)*
- Web Server *(Recommended: Apache / Nginx. Use of php's built in development server is also possible)*
- Database server *(MySQL 5.5+ or MariaDB 10.0+)*
- [Composer](https://doc.ezplatform.com/en/latest/getting_started/about_composer/)
- Git *(for development)*

For further information [on requirements see online doc](https://doc.ezplatform.com/en/latest/getting_started/requirements_and_system_configuration/).

#### Install eZ Platform *(demo distribution)*

[](#install-ez-platform-demo-distribution)

Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:

```
composer create-project --keep-vcs ezsystems/ezplatform-demo ezplatform ^2
cd ezplatform
```

*Note: If composer is installed localy instead of globally, the first command will start with `php composer.phar`.*

During the installation process you will be asked to input things like database host name, login, password, etc. They will be placed in `/app/config/parameters.yml`.

Next you will receive instructions on how to install data into the database, and how to run a simplified dev server using the `bin/console server:run` command. *Tip: For a more complete and better performing setup using Apache or Nginx, read up on how to [install eZ Platform manually](https://doc.ezplatform.com/en/latest/getting_started/install_manually/).*

Issue tracker
-------------

[](#issue-tracker)

Submitting bugs, improvements and stories is possible on . If you discover a security issue, please see how to responsibly report such issues on .

Backwards compatibility
-----------------------

[](#backwards-compatibility)

eZ Platform aims to be **100% content compatible** with eZ Publish 5.x, 4.x and 3.x *(introduced in 2002)*, meaning that content in those versions of the CMS can be upgraded using [online documentation](http://doc.ez.no/eZ-Publish/Upgrading) to eZ Platform.

Unlike eZ Publish Platform 5.x, eZ Platform does not ship with eZ Publish Legacy (4.x). But this is available by optional installing [LegacyBridge](https://github.com/ezsystems/LegacyBridge/releases/) to allow eZ Platform and eZ Publish Legacy to run together, this is only recommended for migration use cases and not for new installations.

COPYRIGHT
---------

[](#copyright)

Copyright (C) 1999-2018 eZ Systems AS. All rights reserved.

LICENSE
-------

[](#license)

 GNU General Public License v2

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community32

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor3

3 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 ~14 days

Recently: every ~56 days

Total

104

Last Release

2265d ago

Major Versions

v1.13.0 → v2.0.0-rc12017-12-22

v1.13.2.1 → v2.1.1-rc12018-05-25

v1.13.3 → v2.2.02018-07-02

v1.13.4 → v2.3.02018-10-26

1.13.x-dev → 2.4.x-dev2019-06-06

PHP version history (4 changes)v1.1.0-rc2+demo.v1PHP ~5.5|~7.0

v1.8.0-beta1PHP ~5.6|~7.0

v2.0.0-rc1PHP ^7.1

v2.5.1-rc1PHP ^7.1.3

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/235928?v=4)[Bertrand Dunogier](/maintainers/bdunogier)[@bdunogier](https://github.com/bdunogier)

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![lolautruche](https://avatars.githubusercontent.com/u/313528?v=4)](https://github.com/lolautruche "lolautruche (370 commits)")[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (275 commits)")[![damianz5](https://avatars.githubusercontent.com/u/3495796?v=4)](https://github.com/damianz5 "damianz5 (103 commits)")[![mloureiro](https://avatars.githubusercontent.com/u/3427665?v=4)](https://github.com/mloureiro "mloureiro (69 commits)")[![patrickallaert](https://avatars.githubusercontent.com/u/195277?v=4)](https://github.com/patrickallaert "patrickallaert (59 commits)")[![vidarl](https://avatars.githubusercontent.com/u/289778?v=4)](https://github.com/vidarl "vidarl (52 commits)")[![glye](https://avatars.githubusercontent.com/u/289744?v=4)](https://github.com/glye "glye (49 commits)")[![SylvainGuittard](https://avatars.githubusercontent.com/u/1157233?v=4)](https://github.com/SylvainGuittard "SylvainGuittard (47 commits)")[![mnocon](https://avatars.githubusercontent.com/u/10993858?v=4)](https://github.com/mnocon "mnocon (46 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (46 commits)")[![m-tyrala](https://avatars.githubusercontent.com/u/23000531?v=4)](https://github.com/m-tyrala "m-tyrala (39 commits)")[![ciastektk](https://avatars.githubusercontent.com/u/9850711?v=4)](https://github.com/ciastektk "ciastektk (37 commits)")[![webhdx](https://avatars.githubusercontent.com/u/10212760?v=4)](https://github.com/webhdx "webhdx (37 commits)")[![yannickroger](https://avatars.githubusercontent.com/u/4035241?v=4)](https://github.com/yannickroger "yannickroger (32 commits)")[![dpobel](https://avatars.githubusercontent.com/u/305563?v=4)](https://github.com/dpobel "dpobel (30 commits)")[![alongosz](https://avatars.githubusercontent.com/u/7099219?v=4)](https://github.com/alongosz "alongosz (28 commits)")[![clash82](https://avatars.githubusercontent.com/u/3033038?v=4)](https://github.com/clash82 "clash82 (19 commits)")[![pedroresende](https://avatars.githubusercontent.com/u/951377?v=4)](https://github.com/pedroresende "pedroresende (18 commits)")[![tobyS](https://avatars.githubusercontent.com/u/187140?v=4)](https://github.com/tobyS "tobyS (16 commits)")[![dew326](https://avatars.githubusercontent.com/u/12594013?v=4)](https://github.com/dew326 "dew326 (13 commits)")

---

Tags

cmscomposer-projectdemoez-platformezplatformphpsymfonysymfony-application

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ezsystems-ezplatform-demo/health.svg)

```
[![Health](https://phpackages.com/badges/ezsystems-ezplatform-demo/health.svg)](https://phpackages.com/packages/ezsystems-ezplatform-demo)
```

###  Alternatives

[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)[ezsystems/ezplatform

eZ Platform distribution

32441.1k](/packages/ezsystems-ezplatform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k16.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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