{"id":15287352,"url":"https://github.com/lendable/symfony-messenger-polyfill","last_synced_at":"2025-10-07T01:31:24.264Z","repository":{"id":55008705,"uuid":"160808305","full_name":"Lendable/symfony-messenger-polyfill","owner":"Lendable","description":"Symfony Messenger polyfill bundle that integrates with Symfony v3.4 and v4.0","archived":true,"fork":false,"pushed_at":"2023-05-02T14:29:39.000Z","size":23,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-09T14:39:04.633Z","etag":null,"topics":["polyfill","symfony-bundle","symfony-messenger"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lendable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-12-07T10:20:45.000Z","updated_at":"2023-08-31T11:38:08.000Z","dependencies_parsed_at":"2022-08-14T09:00:27.147Z","dependency_job_id":null,"html_url":"https://github.com/Lendable/symfony-messenger-polyfill","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lendable%2Fsymfony-messenger-polyfill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lendable%2Fsymfony-messenger-polyfill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lendable%2Fsymfony-messenger-polyfill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lendable%2Fsymfony-messenger-polyfill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lendable","download_url":"https://codeload.github.com/Lendable/symfony-messenger-polyfill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235575693,"owners_count":19012156,"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":["polyfill","symfony-bundle","symfony-messenger"],"created_at":"2024-09-30T15:27:55.031Z","updated_at":"2025-10-07T01:31:18.968Z","avatar_url":"https://github.com/Lendable.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony Messenger Polyfill\n==========================\n\nAllows to use Symfony Messenger with Symfony 3.4 and 4.0.\n\n[![PHP Version](https://img.shields.io/badge/php-%5E7.1-blue.svg)](https://img.shields.io/badge/php-%5E7.1-blue.svg)\n[![Latest Stable Version](https://poser.pugx.org/lendable/symfony-messenger-polyfill/v/stable)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)\n[![Latest Unstable Version](https://poser.pugx.org/lendable/symfony-messenger-polyfill/v/unstable)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)\n\n[![Build Status](https://travis-ci.org/Lendable/symfony-messenger-polyfill.svg?branch=master)](https://travis-ci.org/Lendable/symfony-messenger-polyfill)\n[![Total Downloads](https://poser.pugx.org/lendable/symfony-messenger-polyfill/downloads)](https://packagist.org/packages/lendable/symfony-messenger-polyfill)\n\nDocumentation\n-------------\n\n* [Installation](#installation)\n* [Configuration](#configuration)\n* [How to use](#how-to-use)\n\n## Installation\n\n**1.**  Add dependency with composer\n\n```bash\ncomposer require lendable/symfony-messenger-polyfill\n```\n\n**2.** Register the bundle in your `bundles.php`\n\n```php\nreturn [\n    //...\n    Lendable\\Polyfill\\Symfony\\MessengerBundle\\MessengerBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n## Configuration\n\nThe only important thing is that root key is `lendable_polyfill_messenger`.\n\n## How to use\n\nEverything is explained in the [Symfony Documentation](https://symfony.com/doc/current/messenger.html).\n\nIf we take [this](https://symfony.com/doc/current/messenger.html#routing) configuration example, instead\nof writing:\n\n```yaml\n# config/packages/messenger.yaml\nframework:\n    messenger:\n        routing:\n            'My\\Message\\Message':  amqp # The name of the defined transport\n```\n\nYou would write:\n\n```yaml\n# config/packages/messenger.yaml\nlendable_polyfill_messenger:\n    routing:\n        'My\\Message\\Message':  amqp # The name of the defined transport\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flendable%2Fsymfony-messenger-polyfill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flendable%2Fsymfony-messenger-polyfill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flendable%2Fsymfony-messenger-polyfill/lists"}