PHPackages                             padam87/doctrine-cache-invalidator-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. [Database &amp; ORM](/categories/database)
4. /
5. padam87/doctrine-cache-invalidator-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

padam87/doctrine-cache-invalidator-bundle
=========================================

A simplistic way to invalidate Doctrine result cache.

v1.0.3(9y ago)7465MITPHPPHP &gt;=5.4.0

Since Apr 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Padam87/DoctrineCacheInvalidatorBundle)[ Packagist](https://packagist.org/packages/padam87/doctrine-cache-invalidator-bundle)[ Docs](https://github.com/Padam87/DoctrineCacheInvalidatorBundle)[ RSS](/packages/padam87-doctrine-cache-invalidator-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (8)Used By (0)

DoctrineCacheInvalidatorBundle
==============================

[](#doctrinecacheinvalidatorbundle)

A simplistic way to invalidate Doctrine result cache

Please take a look at the official Doctrine invalidation before using this bundle:

If you need a complete second level cache, this is not the bundle you are looking for. However if you would like to cache some **custom query results**, you might find this helpful.

Usage
-----

[](#usage)

At the moment only **annotation** configuration is supported.

```
use Padam87\DoctrineCacheInvalidatorBundle\Annotation\InvalidateCache;

/**
 * @ORM\Entity()
 * @InvalidateCache("my_cache_key", events = {"PERSIST", "DELETE"})
 */
class Entity
{
    // ...
}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~242 days

Total

4

Last Release

3363d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/776488?v=4)[Adam Prager](/maintainers/Padam87)[@Padam87](https://github.com/Padam87)

---

Top Contributors

[![Padam87](https://avatars.githubusercontent.com/u/776488?v=4)](https://github.com/Padam87 "Padam87 (10 commits)")

---

Tags

symfonydoctrinecacheinvalidate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/padam87-doctrine-cache-invalidator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/padam87-doctrine-cache-invalidator-bundle/health.svg)](https://phpackages.com/packages/padam87-doctrine-cache-invalidator-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-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)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.7k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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