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

Doctrine Messenger Laravel Package

symfony/doctrine-messenger

Doctrine integration for Symfony Messenger: use Doctrine-backed transports and tooling to send, store, and process messages reliably within Symfony apps. Part of the Symfony ecosystem; issues and PRs are handled in the main symfony/symfony repository.

View on GitHub
Deep Wiki
Context7
v8.1.1

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.1.0...v8.1.1)

v8.0.14

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.13...v8.0.14)

v7.4.14

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.13...v7.4.14)

v6.4.42
v8.1.0

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.1.0-BETA3...v8.1.0)

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

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.6...v8.1.0-BETA1)

  • feature #63662 Add a --fetch-size option to the messenger:consume command to control how many messages are fetched per iteration (@nicolas-grekas)
  • feature #62888 Route decode failures through failure handling (@nicolas-grekas)
  • bug #63402 Improve PostgreSQL LISTEN/NOTIFY idle listener (@nicolas-grekas)
  • feature #47666 Move PostgreSQL LISTEN/NOTIFY blocking to worker idle event listener (@d-ph)
v8.0.6

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.5...v8.0.6)

  • bug #63380 Use mutable datetime columns in Doctrine transport schema (@nicolas-grekas)
v7.4.6

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.5...v7.4.6)

  • bug #63380 Use mutable datetime columns in Doctrine transport schema (@nicolas-grekas)
v8.0.5

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.4...v8.0.5)

  • bug #63202 Only send UNLISTEN query if we are actively listening (@jwage)
v7.4.5

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.4...v7.4.5)

  • bug #63202 Only send UNLISTEN query if we are actively listening (@jwage)
v7.3.11

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.10...v7.3.11)

  • bug #63202 Only send UNLISTEN query if we are actively listening (@jwage)
v6.4.33

Changelog (https://github.com/symfony/doctrine-messenger/compare/v6.4.32...v6.4.33)

  • bug #63202 Only send UNLISTEN query if we are actively listening (@jwage)
v8.0.4

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.3...v8.0.4)

  • bug #62988 Fix DBALv4 support by replacing trigger by explicit pg_notify() (@nicolas-grekas)
v7.4.4

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.3...v7.4.4)

  • bug #62988 Fix DBALv4 support by replacing trigger by explicit pg_notify() (@nicolas-grekas)
v7.3.10

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.9...v7.3.10)

  • bug #62988 Fix DBALv4 support by replacing trigger by explicit pg_notify() (@nicolas-grekas)
v6.4.32

Changelog (https://github.com/symfony/doctrine-messenger/compare/v6.4.31...v6.4.32)

  • bug #62988 Fix DBALv4 support by replacing trigger by explicit pg_notify() (@nicolas-grekas)
v8.0.3

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#61963 [Doctrine][Messenger] Remove old MySQL special handling that causes deadlocks (@psihius)
v7.4.3

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#61963 [Doctrine][Messenger] Remove old MySQL special handling that causes deadlocks (@psihius)
v7.3.9

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#61963 [Doctrine][Messenger] Remove old MySQL special handling that causes deadlocks (@psihius)
v6.4.31

Changelog (https://github.com/symfony/doctrine-messenger/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#61963 [Doctrine][Messenger] Remove old MySQL special handling that causes deadlocks (@psihius)
v8.0.1

Changelog (https://github.com/symfony/doctrine-messenger/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62619 [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport (@Shine-neko)
v7.4.1

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62619 [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport (@Shine-neko)
v7.3.8

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62619 [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport (@Shine-neko)
v6.4.30

Changelog (https://github.com/symfony/doctrine-messenger/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62619 [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport (@Shine-neko)
v8.0.0-BETA1

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

  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
v7.3.4

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.3...v7.3.4)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
  • bug symfony/symfony#61232 [Messenger] Firebird Database - incompatibility with expected lowercase columns (@DSsatwareAG)
v6.4.26

Changelog (https://github.com/symfony/doctrine-messenger/compare/v6.4.25...v6.4.26)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
  • bug symfony/symfony#61232 [Messenger] Firebird Database - incompatibility with expected lowercase columns (@DSsatwareAG)
v7.3.3

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.2...v7.3.3)

  • bug symfony/symfony#60211 [Messenger] Fix Oracle errors 'ORA-00955: Name is already used by an existing object' with Doctrine transport (@atgitwk)
v7.3.2

Changelog (https://github.com/symfony/doctrine-messenger/compare/v7.3.1...v7.3.2)

  • bug symfony/symfony#61271 [Messenger] disable detecting modified indexes with DBAL 4.3 (@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/entity-migrator
codraw/doctrine-extra
codraw/aws-tool-kit
codraw/validator
codraw/workflow
codraw/open-api
codraw/cron-job
codraw/process
codraw/log
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