PHPackages                             netgen/layouts-ezplatform-site - 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. netgen/layouts-ezplatform-site

AbandonedArchivedProject[Framework](/categories/framework)

netgen/layouts-ezplatform-site
==============================

Skeleton project allowing you to bootstrap a new site based on Netgen Layouts and eZ Platform

1.2.1(5y ago)762GPL-2.0-onlyShellPHP ^7.3

Since Oct 11Pushed 4y ago4 watchersCompare

[ Source](https://github.com/netgen-layouts/layouts-ezplatform-site)[ Packagist](https://packagist.org/packages/netgen/layouts-ezplatform-site)[ Docs](https://github.com/netgen-layouts/layouts-ezplatform-site)[ RSS](/packages/netgen-layouts-ezplatform-site/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (73)Versions (13)Used By (0)

eZ Platform
===========

[](#ez-platform)

[![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 fully 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.

#### Abstract:

[](#abstract)

- **Very extensible** — You can extend the application and the content model in many ways.
- **Future and backwards compatible** — Strong backward compatibility policy on data as well as code.
- **Multi-channel by design** — Strong focus on separation between semantic content and design.
- **Scalable** — Easily scale across multiple servers out of the box.
- **Future proof** — Uses architecture designed to allow even more content scalability and performance in the future.
- **Stable** — Built on experience in building CMS that has been gathered since early 2000.
- **Integration friendly** — Numerous events and signals to hook into for advanced needs.

#### Further information:

[](#further-information)

eZ Platform is fully open source and it is the foundation for the commercial *eZ Platform Enterprise Edition* software, which adds advanced features for editorial teams, entirely built on top of *eZ Platform* APIs.

- eZ Platform Developer Hub: [ezplatform.com](https://ezplatform.com/)
- [eZ Platform Open Source and Enterprise Edition roadmap](http://doc.ez.no/roadmap)
- eZ Systems (commercial products and services): [ez.no](https://ez.no/)

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 clean installation of eZ Platform in latest version with *no* demo content or demo website. Full installation documentation is [in the online docs](https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/). It includes instructions on installing other distributions *(like [ezplatform-ee](https://github.com/ezsystems/ezplatform-ee) enterprise edition)*, or other versions.

#### Prerequisites

[](#prerequisites)

These instructions assume you have already installed:

- PHP *(7.3 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 more details on requirements, see [online documentation](https://doc.ezplatform.com/en/latest/getting_started/requirements_and_system_configuration/).

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

[](#install-ez-platform-clean-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 ezplatform ^2
cd ezplatform
```

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

During the installation process you will be asked to provide database host name, login, password, etc. The configuration details 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, see 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 in ["Reporting security issues in eZ Systems products"](https://doc.ezplatform.com/en/latest/guide/reporting_issues/#reporting-security-issues-in-ez-systems-products).

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

[](#backwards-compatibility)

eZ Platform aims to be **fully content compatible** with eZ Publish 5.x, meaning that the content in these versions of the CMS can be upgraded using [online documentation](https://doc.ezplatform.com/en/latest/migrating/migrating_from_ez_publish_platform/) 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-2020 eZ Systems AS. All rights reserved.

LICENSE
-------

[](#license)

 GNU General Public License v2

###  Health Score

32

↑

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity64

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

Recently: every ~21 days

Total

12

Last Release

2124d ago

Major Versions

0.13.0 → 1.0.02019-07-04

PHP version history (3 changes)0.12.0PHP ^7.1

0.13.0PHP ^7.1.3

1.2.0PHP ^7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/362286?v=4)[Edi Modrić](/maintainers/emodric)[@emodric](https://github.com/emodric)

![](https://avatars.githubusercontent.com/u/594589?v=4)[Netgen](/maintainers/netgen)[@netgen](https://github.com/netgen)

---

Top Contributors

[![lolautruche](https://avatars.githubusercontent.com/u/313528?v=4)](https://github.com/lolautruche "lolautruche (369 commits)")[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (266 commits)")[![mloureiro](https://avatars.githubusercontent.com/u/3427665?v=4)](https://github.com/mloureiro "mloureiro (69 commits)")[![mnocon](https://avatars.githubusercontent.com/u/10993858?v=4)](https://github.com/mnocon "mnocon (62 commits)")[![patrickallaert](https://avatars.githubusercontent.com/u/195277?v=4)](https://github.com/patrickallaert "patrickallaert (59 commits)")[![emodric](https://avatars.githubusercontent.com/u/362286?v=4)](https://github.com/emodric "emodric (50 commits)")[![glye](https://avatars.githubusercontent.com/u/289744?v=4)](https://github.com/glye "glye (47 commits)")[![vidarl](https://avatars.githubusercontent.com/u/289778?v=4)](https://github.com/vidarl "vidarl (43 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (40 commits)")[![webhdx](https://avatars.githubusercontent.com/u/10212760?v=4)](https://github.com/webhdx "webhdx (32 commits)")[![dpobel](https://avatars.githubusercontent.com/u/305563?v=4)](https://github.com/dpobel "dpobel (30 commits)")[![yannickroger](https://avatars.githubusercontent.com/u/4035241?v=4)](https://github.com/yannickroger "yannickroger (29 commits)")[![m-tyrala](https://avatars.githubusercontent.com/u/23000531?v=4)](https://github.com/m-tyrala "m-tyrala (22 commits)")[![alongosz](https://avatars.githubusercontent.com/u/7099219?v=4)](https://github.com/alongosz "alongosz (21 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)")[![ViniTou](https://avatars.githubusercontent.com/u/19517274?v=4)](https://github.com/ViniTou "ViniTou (12 commits)")[![damianz5](https://avatars.githubusercontent.com/u/3495796?v=4)](https://github.com/damianz5 "damianz5 (12 commits)")[![gggeek](https://avatars.githubusercontent.com/u/308634?v=4)](https://github.com/gggeek "gggeek (11 commits)")[![crevillo](https://avatars.githubusercontent.com/u/306215?v=4)](https://github.com/crevillo "crevillo (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/netgen-layouts-ezplatform-site/health.svg)

```
[![Health](https://phpackages.com/badges/netgen-layouts-ezplatform-site/health.svg)](https://phpackages.com/packages/netgen-layouts-ezplatform-site)
```

###  Alternatives

[ezsystems/ezplatform

eZ Platform distribution

32941.1k](/packages/ezsystems-ezplatform)[ezsystems/ezplatform-ee

eZ Platform Enterprise Edition distribution

225.5k1](/packages/ezsystems-ezplatform-ee)[ezsystems/ezstudio

eZ Platform Enterprise Edition distribution

221.3k](/packages/ezsystems-ezstudio)[ibexa/oss

A meta package for installing Ibexa Open Source

19772.4k11](/packages/ibexa-oss)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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