{"id":18750592,"url":"https://github.com/invis1ble/messenger","last_synced_at":"2026-02-18T15:01:50.434Z","repository":{"id":192157380,"uuid":"686479025","full_name":"Invis1ble/messenger","owner":"Invis1ble","description":"Bus and Message Interfaces and Implementations.","archived":false,"fork":false,"pushed_at":"2025-02-01T23:49:51.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T00:26:11.439Z","etag":null,"topics":["command","command-bus","cqrs","event","event-bus","message-bus","messenger","query"],"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/Invis1ble.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-02T23:44:04.000Z","updated_at":"2024-06-12T21:37:57.000Z","dependencies_parsed_at":"2024-06-03T18:05:48.414Z","dependency_job_id":"6250c14f-fab3-45ca-b1f9-d83adf742fc5","html_url":"https://github.com/Invis1ble/messenger","commit_stats":null,"previous_names":["invis1ble/messenger"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fmessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fmessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fmessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fmessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Invis1ble","download_url":"https://codeload.github.com/Invis1ble/messenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237168662,"owners_count":19266003,"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":["command","command-bus","cqrs","event","event-bus","message-bus","messenger","query"],"created_at":"2024-11-07T17:12:33.474Z","updated_at":"2025-10-11T22:58:15.277Z","avatar_url":"https://github.com/Invis1ble.png","language":"PHP","readme":"Messenger\n==================\n\n![CI Status](https://github.com/Invis1ble/messenger/actions/workflows/ci.yml/badge.svg?event=push)\n[![Code Coverage](https://codecov.io/gh/Invis1ble/messenger/graph/badge.svg?token=AQRIP417A4)](https://codecov.io/gh/Invis1ble/messenger)\n[![Packagist](https://img.shields.io/packagist/v/Invis1ble/messenger.svg)](https://packagist.org/packages/Invis1ble/messenger)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\nBus and Message Interfaces and Implementations.\n\n- Command \u0026 Command Bus\n- Query \u0026 Query Bus\n- Event \u0026 Event Bus\n\nInstallation\n------------\n\nTo install this package, you can use Composer:\n\n```sh\ncomposer require invis1ble/messenger\n```\n\nor just add it as a dependency in your `composer.json` file:\n\n```json\n\n{\n    \"require\": {\n        \"invis1ble/messenger\": \"^5.0\"\n    }\n}\n```\n\nAfter adding the above line, run the following command to install the package:\n\n```sh\ncomposer install\n```\n\n\nDevelopment\n-----------\n\n### Getting started\n\n1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)\n2. Run `docker compose build --no-cache` to build fresh images\n3. Run `docker compose up -d --wait` to start the Docker containers\n4. Run `docker compose exec php composer install` to install dependencies\n5. Run `docker compose down --remove-orphans` to stop the Docker containers.\n\n### Check for Coding Standards violations\n\nRun PHP_CodeSniffer checks:\n\n```sh\ndocker compose exec -it php bin/php_codesniffer\n```\n\nRun PHP-CS-Fixer checks:\n\n```sh\ndocker compose exec -it php bin/php-cs-fixer\n```\n\n\nTesting\n-------\n\nTo run Unit tests during development\n\n```sh\ndocker compose exec php vendor/bin/phpunit\n```\n\nTo run with coverage\n\n```sh\nXDEBUG_MODE=coverage docker compose up -d --wait\ndocker compose exec php vendor/bin/phpunit --coverage-clover var/log/coverage-clover.xml\n```\n\n\nLicense\n-------\n\n[The MIT License](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvis1ble%2Fmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvis1ble%2Fmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvis1ble%2Fmessenger/lists"}