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

Lock Laravel Package

symfony/lock

Symfony Lock component provides a unified API to create and manage locks, ensuring exclusive access to shared resources. Supports multiple backends (e.g., filesystem, Redis, PDO) to prevent race conditions in concurrent PHP apps.

View on GitHub
Deep Wiki
Context7
v8.1.0-BETA3

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

v8.1.0-BETA1
v8.0.9

Changelog (https://github.com/symfony/lock/compare/v8.0.6...v8.0.9)

  • bug #63975 Avoid aborting outer PostgreSQL transaction on lock contention (@lacatoire)
v7.4.9

Changelog (https://github.com/symfony/lock/compare/v7.4.6...v7.4.9)

  • bug #63975 Avoid aborting outer PostgreSQL transaction on lock contention (@lacatoire)
v6.4.37

Changelog (https://github.com/symfony/lock/compare/v6.4.34...v6.4.37)

  • bug #63975 Avoid aborting outer PostgreSQL transaction on lock contention (@lacatoire)
v8.0.8

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

  • no significant changes
v7.4.8

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

  • no significant changes
v8.0.6

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

  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v7.4.6

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

  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v6.4.34

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

  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v8.0.5

Changelog (https://github.com/symfony/lock/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/lock/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/lock/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/lock/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/lock/compare/v8.0.3...v8.0.4)

  • no significant changes
v7.4.4

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

  • no significant changes
v7.3.10
v6.4.32
v8.0.1

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

  • bug symfony/symfony#62653 [Lock] Fix unserializing already serialized Key payloads (@nicolas-grekas)
v7.4.1

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

  • bug symfony/symfony#62653 [Lock] Fix unserializing already serialized Key payloads (@nicolas-grekas)
v7.4.0
v8.0.0
v8.0.0-RC1
v7.4.0-RC1
v8.0.0-BETA1

Changelog (https://github.com/symfony/lock/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#60023 [Lock] Add LockKeyNormalizer (@valtzu)
  • feature symfony/symfony#60138 [Lock] DynamoDB store (@natepage)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/lock/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#60023 [Lock] Add LockKeyNormalizer (@valtzu)
  • feature symfony/symfony#60138 [Lock] DynamoDB store (@natepage)
v7.3.4

Changelog (https://github.com/symfony/lock/compare/v7.3.3...v7.3.4)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26

Changelog (https://github.com/symfony/lock/compare/v6.4.25...v6.4.26)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.2

Changelog (https://github.com/symfony/lock/compare/v7.3.1...v7.3.2)

  • bug symfony/symfony#61085 [Lock] Fix using fractional TTLs (@manuelderuiter)
  • bug symfony/symfony#61161 [Lock] Fallback to eval when LOAD fails due to missing script (@santysisi)
  • bug symfony/symfony#61091 [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority (@notrix)
v7.2.9

Changelog (https://github.com/symfony/lock/compare/v7.2.8...v7.2.9)

  • bug symfony/symfony#61085 [Lock] Fix using fractional TTLs (@manuelderuiter)
  • bug symfony/symfony#61161 [Lock] Fallback to eval when LOAD fails due to missing script (@santysisi)
  • bug symfony/symfony#61091 [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority (@notrix)
v6.4.24

Changelog (https://github.com/symfony/lock/compare/v6.4.23...v6.4.24)

  • bug symfony/symfony#61085 [Lock] Fix using fractional TTLs (@manuelderuiter)
  • bug symfony/symfony#61091 [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority (@notrix)
v7.3.0
v7.3.0-RC1
v7.3.0-BETA1

Changelog (https://github.com/symfony/lock/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#59869 [Cache] Add support for valkey: / valkeys: schemes (@nicolas-grekas)
  • feature symfony/symfony#59857 [Cache] Add \Relay\Cluster support (@dorrogeray)
v7.2.6

Changelog (https://github.com/symfony/lock/compare/v7.2.5...v7.2.6)

  • bug symfony/symfony#60238 [Lock] read (possible) error from Redis instance where evalSha() was called (@xabbuh)
v7.2.5

Changelog (https://github.com/symfony/lock/compare/v7.2.4...v7.2.5)

  • bug symfony/symfony#60030 [Cache][DoctrineBridge][HttpFoundation][Lock][Messenger] use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+ (@xabbuh)
v7.2.4

Changelog (https://github.com/symfony/lock/compare/v7.2.3...v7.2.4)

  • bug symfony/symfony#59661 [Lock] Fix Predis error handling (@HypeMC)
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.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai