PHPackages                             novactive/ezsmartcacheclear-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. [Caching](/categories/caching)
4. /
5. novactive/ezsmartcacheclear-bundle

AbandonedSymfony-bundle[Caching](/categories/caching)

novactive/ezsmartcacheclear-bundle
==================================

eZ Platform Bundle providing cache clearing features

0.1.0(8y ago)172MITPHP

Since May 5Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Novactive/ezsmartcacheclear-bundle)[ Packagist](https://packagist.org/packages/novactive/ezsmartcacheclear-bundle)[ RSS](/packages/novactive-ezsmartcacheclear-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

eZ (platform) Smart Cache Clear Bundle
======================================

[](#ez-platform-smart-cache-clear-bundle)

master[![Build Status](https://camo.githubusercontent.com/9c99803c76e444069c2b543fde8bb3e7deff41a8064d306edff1fa1892d2b2c7/68747470733a2f2f7472617669732d63692e6f72672f4e6f766163746976652f657a736d6172746361636865636c6561722d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Novactive/ezsiteaccessmatchers-bundle)About
-----

[](#about)

This eZ Platform bundle intends to provide an eZ publish like smart cache clearing mechanisme.

The following clearing rules are available :

- parents
- siblings
- children
- subtree

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

[](#installation)

The recommended way to install this bundle is through [Composer](http://getcomposer.org/). Just run :

```
composer require novactive/ezsmartcacheclear-bundle
```

Register the bundle in the kernel of your application :

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = [
        // ...
        new Novactive\eZSmartCacheClearBundle\NovaEzSmartCacheClearBundle(),
    ];

    ...

    return $bundles;
}
```

Configuration
-------------

[](#configuration)

Once the bundle registered, you should configure the rules you want to apply for your content types, by defining the following config :

```
nova_ez_smart_cache_clear:
    config:
        my_siteaccess:
            publish:
                -
                    content_type: my_content_type
                    rules:
                        parents: { enabled: true, nbLevels: 4 }
                        children: { enabled: true }
                        siblings: { enabled: true }
                        subtree: { enabled: true }
```

License
-------

[](#license)

This bundle is released under the MIT license. See the complete license in the bundle:

```
LICENSE
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2980d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/313532?v=4)[Sébastien Morel](/maintainers/Plopix)[@Plopix](https://github.com/Plopix)

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

![](https://www.gravatar.com/avatar/5da828a6299f556552632c81712f10e70c905b2e1560b1a7044eb7e590287179?d=identicon)[florianalexandre](/maintainers/florianalexandre)

---

Top Contributors

[![GMaissa](https://avatars.githubusercontent.com/u/1993716?v=4)](https://github.com/GMaissa "GMaissa (6 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/novactive-ezsmartcacheclear-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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