PHPackages                             se7enxweb/ezpublish-kernel - 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. se7enxweb/ezpublish-kernel

ActiveLibrary[Framework](/categories/framework)

se7enxweb/ezpublish-kernel
==========================

Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.

v2014.11.8(11y ago)2458GPL-2.0PHPPHP &gt;=5.4.4

Since Apr 16Pushed 2mo agoCompare

[ Source](https://github.com/se7enxweb/ezpublish-kernel)[ Packagist](https://packagist.org/packages/se7enxweb/ezpublish-kernel)[ Docs](http://share.ez.no)[ Fund](https://account.venmo.com/u/se7enxweb)[ Fund](https://cash.app/$7xweb)[ RSS](/packages/se7enxweb-ezpublish-kernel/feed)WikiDiscussions 7.5 Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (381)Used By (8)

eZ Platform Kernel
==================

[](#ez-platform-kernel)

[![Build Status](https://camo.githubusercontent.com/954bbe84ff7fb43fb8dc0757b615355f5dfb697c619e0dc022c0c21e4c2055f9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f657a73797374656d732f657a7075626c6973682d6b65726e656c2e7376673f7374796c653d666c61742d737175617265266272616e63683d6d6173746572)](https://travis-ci.org/ezsystems/ezpublish-kernel)[![Downloads](https://camo.githubusercontent.com/62acba4604dffea8c56434ceb8419c72a83c5d15c95d4dbebd2255e9a203a795/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657a73797374656d732f657a7075626c6973682d6b65726e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ezsystems/ezpublish-kernel)[![Latest version](https://camo.githubusercontent.com/0c4ec8e706073c1c26abb1906dc2daf8ac83f62d07c480045c0efc3bebc414e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f657a73797374656d732f657a7075626c6973682d6b65726e656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/ezsystems/ezpublish-kernel/releases)[![License](https://camo.githubusercontent.com/78dea584a818827504f867f739c36962d1e8b8dfda6763ef5397c6ad51e9ed8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f657a73797374656d732f657a7075626c6973682d6b65726e656c2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

[![SensioLabsInsight](https://camo.githubusercontent.com/8e4e26d92185fac2dde4ab8c3c69d6a3eb4bfc27e92e3f29c9ea9050a5fb01b3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30383835633063652d346239662d346238392d616139632d6538663966376133313565302f6269672e706e67)](https://insight.sensiolabs.com/projects/0885c0ce-4b9f-4b89-aa9c-e8f9f7a315e0)

Welcome to the *eZ Platform Kernel*. It is the heart of *eZ Platform*, a modern CMS built on top of the Symfony (Full Stack) Framework. It contains an advanced Content Model, allowing you to structure any kind of content or content-like data in a future-proof Content Repository. eZ Platform Kernel also aims to provide additional features for the MVC layer (Symfony) to increase your productivity.

This code repository contains several layers of (and implementations of) APIs. *Kernel* refers to this being the core, as opposed to the *Full Stack* which has bundles, user interfaces, and installers, all configured to make a complete application.

*This repository is for core development; for fixes, features and documentation of the eZ Platform Kernel itself.*

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

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

*eZ Platform* is modern, self-sufficient CMS/CMF, and it can be used to meet needs of developers and editorial teams. It has been in development since 2011. Current eZ Platform is the next generation of the product (previously named eZ Publish). It is built on top of the Symfony framework (Full Stack).

### Getting a Full Installation (*Full Stack*)

[](#getting-a-full-installation-full-stack)

Reflecting what is described above there are several options to get a full install of this Kernel:

- [eZ Platform](https://github.com/ezsystems/ezplatform): For a clean install of eZ Platform, a modern Symfony CMS.
- [eZ Platform demo](https://github.com/ezsystems/ezplatform-demo): A demo website of eZ Platform, as an example for how to get started.
- [eZ Platform Enterprise Edition](https://github.com/ezsystems/ezplatform-ee): A commercial distribution of eZ Platform that provides additional features and services aimed at editors, editorial teams, and larger organizations.

Overview of the Kernel
----------------------

[](#overview-of-the-kernel)

eZ Platform aims to be a set of reusable components, with a mix of decoupled and specific bundles putting it all together. From a high level point of view, it contains a Front End / UI Layer, Mid/MVC layer and a Backend *(Repository)*. All layers contain further sub-layers consisting of smaller components.

This git repository contains the main parts of the MVC and Backend layers, with underlying components planned to be provided as separate *(sub-tree split)* packages for re-usability. As is the case with [Solr Bundle](https://github.com/ezsystems/ezplatform-solr-search-engine).

### Current Organization

[](#current-organization)

In the doc folder, you'll find [Specifications](doc/specifications) for most features, including the REST API.

MVC layer:

- [eZ/Bundle](eZ/Bundle) - the bundles that are important to expose the functionality of the Backend and MVC layer to Symfony.
- [eZ/Publish/Core/MVC](eZ/Publish/Core/MVC) - the parts that make up the different components extending Symfony.
- [eZ/Publish/Core/Pagination](eZ/Publish/Core/Pagination) - a component extending PagerFanta for pagination of eZ Platform search queries.

Backend:

- [eZ/Publish/API](eZ/Publish/API) - the definition of stable interfaces for the PHP *Public* API, mainly Content *Repository API*.
- [eZ/Publish/SPI/Persistence](eZ/Publish/SPI/Persistence) - a layer which is not frozen yet, meaning it might change in between releases. Those are persistence interfaces for Storage Engine.
- [eZ/Publish/SPI](eZ/Publish/SPI) - (anything other than Persistence) is frozen and has a Backward Compatibility promise of Service Provider Interface, meaning no breaking changes both from consumption and implementation POV.
- [eZ/Publish/Core](eZ/Publish/Core) - implementations of both APIs and SPIs; the naming aims to map to name of the interface they implement. For example, `Core\Persistence\Legacy` being implementation of `SPI\Persistence`.
- [eZ/Publish/Core/REST](eZ/Publish/Core/REST) is a component providing REST server and *prototype* of a REST Client.

### Testing Locally

[](#testing-locally)

This kernel contains a comprehensive set of unit, functional, and integration tests. At the time of writing, 9k unit tests, 8k integration tests, and several functional tests.

**Dependencies**

- **PHP 7 Modules**: php7\_intl php7\_xsl php7\_gd php7\_sqlite *(aka `pdo\_sqlite`)*
- **Database**: sqlite3, optionally: mysql/postgres *if so make sure to have relevant pdo modules installed*

For Contributing to this Bundle, you should make sure to run both unit and integration tests.

1. Set up this repository locally:

    ```
    # Note: Change the line below to the ssh format of your fork to create topic branches to propose as pull requests
    git clone https://github.com/ezsystems/ezpublish-kernel.git
    cd ezpublish-kernel
    composer install
    ```
2. Run unit tests:

    At this point you should be able to run unit tests:

    ```
    php -d memory_limit=-1 vendor/bin/phpunit
    ```
3. Run integration tests:

    ```
    # If you want to test against mysql or postgres instead of sqlite, define one of these with reference to an empty test db:
    # export DATABASE="mysql://root@localhost/$DB_NAME"
    # export DATABASE="pgsql://postgres@localhost/$DB_NAME"
    php -d memory_limit=-1 vendor/bin/phpunit -c phpunit-integration-legacy.xml
    ```

    To run integration tests against Solr, see [Solr Search Engine Bundle for eZ Platform](https://github.com/ezsystems/ezplatform-solr-search-engine).

This should produce a result similar to this: [travis](https://travis-ci.org/ezsystems/ezpublish-kernel). If it doesn't, double-check [.travis.yml](.travis.yml) for up-to-date information on how travis is set up.

Issue Tracker
-------------

[](#issue-tracker)

Submitting bugs, improvements, and stories is possible in . 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).

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

[](#contributing)

eZ Platform is an open source project, with code contributions made via GitHub pull requests by eZ Systems and the eZ Community.

Good manners:

- Remember to first create an issue in our issue tracker and refer to it in commits and pull request headers. For example: "EZP-20104: Fixed ContentController to return error status when content is not found" or "EZP-20105: Added support for X in Y"
- If you want to contribute implementation-specification proposals, place them in the [doc/](doc/) folder.
- Keep different changes in different commits in case cherry-pick is preferred instead of a merge later.
    - A pull request should only cover one issue.
    - A single commit should not contain code changes along with coding standards/whitespace/typo fixes.
- TDD: Write/Change the test(s) for your fix and commit it before you do the actual code change.
    - If a bug affects the Public API, write or enhance an integration test to make sure the bug is covered.
    - Unit tests should only use mocks/stubs and never test the full stack like integration tests do.
- Please test/check your commits before pushing even if we have automated checks in pull requests:
    - Run unit tests and integration tests before commits
    - Make sure you follow our [coding standards](https://github.com/ezsystems/ezplatform-code-style) by executing `composer fix-cs` before committing your changes to PHP files.

For further information, please have a look at the [related guidance page](https://doc.ezplatform.com/en/latest/community_resources/contributing). You will, among other things, learn how to make pull requests. More on this here: ["Contributing through git"](https://doc.ezplatform.com/en/latest/community_resources/documentation/#contributing-through-git).

Discussing/Exchanging
---------------------

[](#discussingexchanging)

A dedicated forum has been set up to discuss all PHP API-related topics: [eZ Community](https://login.ez.no/register?return=https://discuss.ezplatform.com).

Copyright &amp; License
-----------------------

[](#copyright--license)

Copyright (c) eZ Systems AS. For copyright and license details see provided LICENSE file.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance61

Regular maintenance activity

Popularity11

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity78

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

Recently: every ~8 days

Total

344

Last Release

68d ago

Major Versions

v6.13.8-rc1 → v7.5.142021-01-20

v6.13.8.1 → v7.5.15.12021-03-09

v6.13.8.2 → v7.5.162021-04-15

6.13.x-dev → v7.5.262022-01-18

v7.5.31 → v8.0.02025-06-11

PHP version history (9 changes)5.0.0PHP &gt;=5.3.3

v2014.07.0PHP &gt;=5.4.4

v6.1.0-rc1PHP ~5.5|~7.0

v6.7.0-beta1PHP ~5.6|~7.0

v7.0.0-beta1PHP ^7.1

v8.0.0-beta1PHP ^7.3

v8.0.0PHP ^7.1 || ^8.1

v7.5.32PHP ^7.1 || ^8.1 || ^8.2

v7.5.35PHP ^7.1 || ^8.1 || ^8.2 || ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2a5049c5b1e7a22c301a2472d09281be35f717da316873861c1a8ae785ada7a?d=identicon)[7x](/maintainers/7x)

---

Top Contributors

[![pspanja](https://avatars.githubusercontent.com/u/1135425?v=4)](https://github.com/pspanja "pspanja (2520 commits)")[![lolautruche](https://avatars.githubusercontent.com/u/313528?v=4)](https://github.com/lolautruche "lolautruche (1576 commits)")[![tobyS](https://avatars.githubusercontent.com/u/187140?v=4)](https://github.com/tobyS "tobyS (1231 commits)")[![kore](https://avatars.githubusercontent.com/u/154398?v=4)](https://github.com/kore "kore (876 commits)")[![patrickallaert](https://avatars.githubusercontent.com/u/195277?v=4)](https://github.com/patrickallaert "patrickallaert (856 commits)")[![emodric](https://avatars.githubusercontent.com/u/362286?v=4)](https://github.com/emodric "emodric (797 commits)")[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (651 commits)")[![manuelpichler](https://avatars.githubusercontent.com/u/58714?v=4)](https://github.com/manuelpichler "manuelpichler (403 commits)")[![dpobel](https://avatars.githubusercontent.com/u/305563?v=4)](https://github.com/dpobel "dpobel (245 commits)")[![alongosz](https://avatars.githubusercontent.com/u/7099219?v=4)](https://github.com/alongosz "alongosz (230 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (176 commits)")[![glye](https://avatars.githubusercontent.com/u/289744?v=4)](https://github.com/glye "glye (155 commits)")[![oms](https://avatars.githubusercontent.com/u/93066?v=4)](https://github.com/oms "oms (136 commits)")[![adamwojs](https://avatars.githubusercontent.com/u/211967?v=4)](https://github.com/adamwojs "adamwojs (104 commits)")[![yannickroger](https://avatars.githubusercontent.com/u/4035241?v=4)](https://github.com/yannickroger "yannickroger (76 commits)")[![mloureiro](https://avatars.githubusercontent.com/u/3427665?v=4)](https://github.com/mloureiro "mloureiro (72 commits)")[![kmadejski](https://avatars.githubusercontent.com/u/10659510?v=4)](https://github.com/kmadejski "kmadejski (66 commits)")[![mikadamczyk](https://avatars.githubusercontent.com/u/1654712?v=4)](https://github.com/mikadamczyk "mikadamczyk (60 commits)")[![Nattfarinn](https://avatars.githubusercontent.com/u/5822569?v=4)](https://github.com/Nattfarinn "Nattfarinn (52 commits)")[![ViniTou](https://avatars.githubusercontent.com/u/19517274?v=4)](https://github.com/ViniTou "ViniTou (48 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/se7enxweb-ezpublish-kernel/health.svg)

```
[![Health](https://phpackages.com/badges/se7enxweb-ezpublish-kernel/health.svg)](https://phpackages.com/packages/se7enxweb-ezpublish-kernel)
```

###  Alternatives

[ezsystems/ezpublish-kernel

Kernel used by ezsystems/ezplatform and derivatives. Provides the Content Repository, its APIs, and the application's Symfony framework integration.

163579.5k140](/packages/ezsystems-ezpublish-kernel)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[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)
