PHPackages                             ezsystems/cookbook-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ezsystems/cookbook-bundle

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

ezsystems/cookbook-bundle
=========================

eZ Platform Bundle with ready to use code samples

159223[4 PRs](https://github.com/ezsystems/cookbook-bundle/pulls)PHP

Since Apr 13Pushed 6y ago22 watchersCompare

[ Source](https://github.com/ezsystems/cookbook-bundle)[ Packagist](https://packagist.org/packages/ezsystems/cookbook-bundle)[ RSS](/packages/ezsystems-cookbook-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CookbookBundle
==============

[](#cookbookbundle)

Cookbook bundle aims to:

- Provide full working examples of eZ Platform API use
- Serve as a reusale set of commands you can use when you need to during development

1.0 on this bundle aims to work across eZ Publish Platform 5.4 and eZ Platform 1.7 / 1.13 / 2.5.

Getting started
===============

[](#getting-started)

Required:

- PHP *(minimum 5.6, 7.0+ is recommended)*
- Composer

1. Create and install eZ Platform using composer:

    ```
    composer create-project ezsystems/ezplatform:^2
    ```

    Follow the instructions that show up on the screen to have fully working clean install of eZ Platform.
2. Install `CookbookBundle` using composer:

    ```
    # execute in your eZ Platform project working directory:
    composer require ezsystems/cookbook-bundle:^1.0@dev
    ```

    Follow the instructions that show up on the screen to have fully working clean install of `CookbookBundle`.
3. Enable the bundle in `AppKernel.php`:

    ```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new EzSystems\CookbookBundle\EzSystemsCookbookBundle(),
        );

        // ...
    }
    ```
4. Clear Symfony cache

    ```
    php bin/console cache:clear
    ```
5. Try already defined commands. You can find all available commands by:

    ```
    php bin/console |grep 'ezpublish:cookbook'
    ```

That's all!

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.7% of commits — single point of failure

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.

### Community

Maintainers

![](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

[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (14 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (1 commits)")[![benkmugo](https://avatars.githubusercontent.com/u/1064921?v=4)](https://github.com/benkmugo "benkmugo (1 commits)")[![haavardb](https://avatars.githubusercontent.com/u/1305003?v=4)](https://github.com/haavardb "haavardb (1 commits)")[![MagdalenaZuba](https://avatars.githubusercontent.com/u/35031941?v=4)](https://github.com/MagdalenaZuba "MagdalenaZuba (1 commits)")[![tharkun](https://avatars.githubusercontent.com/u/1044238?v=4)](https://github.com/tharkun "tharkun (1 commits)")

---

Tags

cookbook-bundleez-platform

### Embed Badge

![Health badge](/badges/ezsystems-cookbook-bundle/health.svg)

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

PHPackages © 2026

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