PHPackages                             goksagun/doctrine-cache-invalidation-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. goksagun/doctrine-cache-invalidation-bundle

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

goksagun/doctrine-cache-invalidation-bundle
===========================================

Doctrine cache invalidation bundle

08[1 PRs](https://github.com/goksagun/doctrine-cache-invalidation-bundle/pulls)PHP

Since Oct 23Pushed 3y agoCompare

[ Source](https://github.com/goksagun/doctrine-cache-invalidation-bundle)[ Packagist](https://packagist.org/packages/goksagun/doctrine-cache-invalidation-bundle)[ RSS](/packages/goksagun-doctrine-cache-invalidation-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require goksagun/doctrine-cache-invalidation-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Goksagun\DoctrineCacheInvalidationBundle\DoctrineCacheInvalidationBundle(),
        ];

        // ...
    }

    // ...
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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://www.gravatar.com/avatar/76751cb52e5680cb45101b61161bdfd706367010031256574b65eafacd1d161b?d=identicon)[goksagun](/maintainers/goksagun)

### Embed Badge

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

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

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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