{"id":20574734,"url":"https://github.com/macpaw/symfony-messenger-bundle","last_synced_at":"2026-01-08T13:07:28.997Z","repository":{"id":231544263,"uuid":"755051873","full_name":"MacPaw/symfony-messenger-bundle","owner":"MacPaw","description":"Symfony Messenger Bundle","archived":false,"fork":false,"pushed_at":"2024-06-04T10:57:55.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"develop","last_synced_at":"2025-03-28T08:46:55.225Z","etag":null,"topics":["backend","macpaw","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacPaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T10:40:54.000Z","updated_at":"2024-08-29T15:02:26.000Z","dependencies_parsed_at":"2024-04-04T15:01:14.670Z","dependency_job_id":"a8d80dfd-a82c-4784-88e3-67a0410c1974","html_url":"https://github.com/MacPaw/symfony-messenger-bundle","commit_stats":null,"previous_names":["macpaw/symfony-messenger-bundle"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-messenger-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-messenger-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-messenger-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacPaw%2Fsymfony-messenger-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacPaw","download_url":"https://codeload.github.com/MacPaw/symfony-messenger-bundle/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246291707,"owners_count":20753920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","macpaw","symfony"],"created_at":"2024-11-16T05:36:53.298Z","updated_at":"2026-01-08T13:07:28.991Z","avatar_url":"https://github.com/MacPaw.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Messenger Bundle\nThe `SymfonyMessengerBundle` offers a suite of middleware extensions designed to enhance the functionality of the Symfony Messenger component.\n\n## Installation\nUse Composer to install the bundle:\n```\ncomposer require macpaw/symfony-messenger-bundle\n```\n\n## Applications that don't use Symfony Flex\nEnable the bundle by adding it to the list of registered bundles in ```config/bundles.php```\n\n```\n// config/bundles.php\n\u003c?php\n\nreturn [\n            Macpaw\\SymfonyMessengerBundle\\SymfonyMessengerBundle::class =\u003e ['all' =\u003e true],\n        // ...\n    ];\n```\n\n## Add middlewares to messenger component\n\nSee https://symfony.com/doc/current/messenger.html#messenger_middleware\n\n```config/packages/messenger.yaml```\n\nExample:\n\n```\n# config/packages/messenger.yaml\nframework:\n    messenger:\n        buses:\n            messenger.bus.default:\n                # disable the default middleware\n                default_middleware: false\n\n                middleware:\n                    # use and configure parts of the default middleware you want\n                    - 'add_bus_name_stamp_middleware': ['messenger.bus.default']\n\n                    # add your own services that implement Symfony\\Component\\Messenger\\Middleware\\MiddlewareInterface\n                    - 'Macpaw\\SymfonyMessengerBundle\\Middleware\\DoctrineTransactionMiddleware'\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fsymfony-messenger-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacpaw%2Fsymfony-messenger-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpaw%2Fsymfony-messenger-bundle/lists"}