Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cache Laravel Package

symfony/cache

Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface.

View on GitHub
Deep Wiki
Context7
v8.1.1

Changelog (https://github.com/symfony/cache/compare/v8.1.0...v8.1.1)

  • bug #64648 Ensure RelayProxy compatibility with Relay extension 0.30.0 (@nicolas-grekas)
  • bug #64645 Ensure RelayClusterProxy compatibility with Relay extension 0.30.0 (@Amoifr)
  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64595 Add argument $allowNamedClosure to DeepClone to fit ext-deepclone v0.8 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • bug #64552 Fix warming up caches that hold a closure (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.0.14

Changelog (https://github.com/symfony/cache/compare/v8.0.13...v8.0.14)

  • bug #64648 Ensure RelayProxy compatibility with Relay extension 0.30.0 (@nicolas-grekas)
  • bug #64645 Ensure RelayClusterProxy compatibility with Relay extension 0.30.0 (@Amoifr)
  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v7.4.14

Changelog (https://github.com/symfony/cache/compare/v7.4.13...v7.4.14)

  • bug #64648 Ensure RelayProxy compatibility with Relay extension 0.30.0 (@nicolas-grekas)
  • bug #64645 Ensure RelayClusterProxy compatibility with Relay extension 0.30.0 (@Amoifr)
  • bug #64617 Restore compat with DBAL 4.5 (@nicolas-grekas)
  • bug #64588 Migrate table definitions to DBAL's TableEditor API (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v6.4.42

Changelog (https://github.com/symfony/cache/compare/v6.4.41...v6.4.42)

v8.1.0

Changelog (https://github.com/symfony/cache/compare/v8.1.0-RC1...v8.1.0)

  • bug #64389 Migrate configureSchema() to DBAL's editor API (@nicolas-grekas)
v8.1.0-RC1

Changelog (https://github.com/symfony/cache/compare/v8.1.0-BETA3...v8.1.0-RC1)

  • bug #64330 Fix strlen(null) deprecation on RelayCluster path in RedisTrait::doClear() (@signor-pedro)
  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
v8.0.13

Changelog (https://github.com/symfony/cache/compare/v8.0.12...v8.0.13)

  • bug #64330 Fix strlen(null) deprecation on RelayCluster path in RedisTrait::doClear() (@signor-pedro)
  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
v7.4.13

Changelog (https://github.com/symfony/cache/compare/v7.4.12...v7.4.13)

  • bug #64330 Fix strlen(null) deprecation on RelayCluster path in RedisTrait::doClear() (@signor-pedro)
  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
v6.4.41

Changelog (https://github.com/symfony/cache/compare/v6.4.40...v6.4.41)

  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
v5.4.53

Changelog (https://github.com/symfony/cache/compare/v5.4.52...v5.4.53)

  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
v8.1.0-BETA3

Changelog (https://github.com/symfony/cache/compare/v8.1.0-BETA1...v8.1.0-BETA3)

  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
v8.0.12

Changelog (https://github.com/symfony/cache/compare/v8.0.10...v8.0.12)

  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
v7.4.12

Changelog (https://github.com/symfony/cache/compare/v7.4.10...v7.4.12)

  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
v6.4.40

Changelog (https://github.com/symfony/cache/compare/v6.4.38...v6.4.40)

  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
v5.4.52

Changelog (https://github.com/symfony/cache/compare/v5.4.46...v5.4.52)

  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
v8.1.0-BETA1

Changelog (https://github.com/symfony/cache/compare/v8.0.13...v8.1.0-BETA1)

  • bug #64330 Fix strlen(null) deprecation on RelayCluster path in RedisTrait::doClear() (@signor-pedro)
  • bug #64336 Accept '_' and ':' in prefix passed to AbstractAdapter::clear() (@nicolas-grekas)
  • security #cve-2026-45073 Validate the prefix given to AbstractAdapter::clear() (@nicolas-grekas)
  • feature #63612 Add DeepCloner for COW-friendly deep cloning (@nicolas-grekas)
  • feature #63356 Configure custom marshaller per cache pool (@mvanduijker)
v6.4.38

Changelog (https://github.com/symfony/cache/compare/v6.4.37...v6.4.38)

  • bug #64122 Ensure compatibility with Relay extension 0.22.0 (@nicolas-grekas)
v8.0.10

Changelog (https://github.com/symfony/cache/compare/v8.0.9...v8.0.10)

  • bug #64122 Ensure compatibility with Relay extension 0.22.0 (@nicolas-grekas)
  • bug #63858 Remove conflict with dbal<4.3 (@flack)
v7.4.10

Changelog (https://github.com/symfony/cache/compare/v7.4.9...v7.4.10)

  • bug #64122 Ensure compatibility with Relay extension 0.22.0 (@nicolas-grekas)
v8.0.9

Changelog (https://github.com/symfony/cache/compare/v8.0.8...v8.0.9)

  • bug #64060 Normalize default_lifetime for pools wrapped by ChainAdapter (@ostrolucky)
  • bug #63964 Ensure internal state is cleared in TagAwareAdapter::reset() … (@KevinMartinsDev)
  • bug #63860 Fix Psr16Cache::getMultiple() returning wrapper values when using TTL (@nicolas-grekas)
v7.4.9

Changelog (https://github.com/symfony/cache/compare/v7.4.8...v7.4.9)

  • bug #64060 Normalize default_lifetime for pools wrapped by ChainAdapter (@ostrolucky)
  • bug #63964 Ensure internal state is cleared in TagAwareAdapter::reset() … (@KevinMartinsDev)
  • bug #63860 Fix Psr16Cache::getMultiple() returning wrapper values when using TTL (@nicolas-grekas)
v6.4.37

Changelog (https://github.com/symfony/cache/compare/v6.4.36...v6.4.37)

  • bug #64060 Normalize default_lifetime for pools wrapped by ChainAdapter (@ostrolucky)
  • bug #63964 Ensure internal state is cleared in TagAwareAdapter::reset() … (@KevinMartinsDev)
  • bug #63860 Fix Psr16Cache::getMultiple() returning wrapper values when using TTL (@nicolas-grekas)
v8.0.8

Changelog (https://github.com/symfony/cache/compare/v8.0.7...v8.0.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v7.4.8

Changelog (https://github.com/symfony/cache/compare/v7.4.7...v7.4.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v6.4.36

Changelog (https://github.com/symfony/cache/compare/v6.4.35...v6.4.36)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v8.0.7

Changelog (https://github.com/symfony/cache/compare/v8.0.6...v8.0.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/cache/compare/v7.4.6...v7.4.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/cache/compare/v6.4.34...v6.4.35)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/cache/compare/v8.0.5...v8.0.6)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v7.4.6

Changelog (https://github.com/symfony/cache/compare/v7.4.5...v7.4.6)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v6.4.34

Changelog (https://github.com/symfony/cache/compare/v6.4.33...v6.4.34)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v8.0.5

Changelog (https://github.com/symfony/cache/compare/v8.0.4...v8.0.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.4.5

Changelog (https://github.com/symfony/cache/compare/v7.4.4...v7.4.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.3.11

Changelog (https://github.com/symfony/cache/compare/v7.3.10...v7.3.11)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v6.4.33

Changelog (https://github.com/symfony/cache/compare/v6.4.32...v6.4.33)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v8.0.4

Changelog (https://github.com/symfony/cache/compare/v8.0.3...v8.0.4)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v7.4.4

Changelog (https://github.com/symfony/cache/compare/v7.4.3...v7.4.4)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v7.3.10

Changelog (https://github.com/symfony/cache/compare/v7.3.9...v7.3.10)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v6.4.32

Changelog (https://github.com/symfony/cache/compare/v6.4.31...v6.4.32)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v8.0.3

Changelog (https://github.com/symfony/cache/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.4.3

Changelog (https://github.com/symfony/cache/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.3.9

Changelog (https://github.com/symfony/cache/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v6.4.31

Changelog (https://github.com/symfony/cache/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v8.0.1

Changelog (https://github.com/symfony/cache/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62614 [Cache] Fix NullAdapter must set taggable (@a.dmitryuk)
  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
v7.4.1

Changelog (https://github.com/symfony/cache/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62614 [Cache] Fix NullAdapter must set taggable (@a.dmitryuk)
  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
v7.3.8

Changelog (https://github.com/symfony/cache/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
  • bug symfony/symfony#62372 [Cache] Recognize saveDeferred events as writes in CacheDataCollector (@yitznewton)
  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
v6.4.30

Changelog (https://github.com/symfony/cache/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
  • bug symfony/symfony#62372 [Cache] Recognize saveDeferred events as writes in CacheDataCollector (@yitznewton)
  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
v7.4.0
v8.0.0
v8.0.0-RC2

Changelog (https://github.com/symfony/cache/compare/v8.0.0-RC1...v8.0.0-RC2)

  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
v7.4.0-RC2

Changelog (https://github.com/symfony/cache/compare/v7.4.0-RC1...v7.4.0-RC2)

  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
v8.0.0-RC1

Changelog (https://github.com/symfony/cache/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
  • feature symfony/symfony#62326 [Cache][Messenger] re-allow ext-redis 6.1 (@xabbuh)
v7.4.0-RC1

Changelog (https://github.com/symfony/cache/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
  • feature symfony/symfony#62326 [Cache][Messenger] re-allow ext-redis 6.1 (@xabbuh)
v7.3.6

Changelog (https://github.com/symfony/cache/compare/v7.3.5...v7.3.6)

  • bug symfony/symfony#62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
v6.4.28

Changelog (https://github.com/symfony/cache/compare/v6.4.27...v6.4.28)

  • bug symfony/symfony#62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/graphviz
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata