{"id":18369757,"url":"https://github.com/dazzle-php/channel","last_synced_at":"2025-10-05T00:48:31.501Z","repository":{"id":56963797,"uuid":"95329071","full_name":"dazzle-php/channel","owner":"dazzle-php","description":"Dazzle Async IPC Messaging","archived":false,"fork":false,"pushed_at":"2017-07-23T18:52:12.000Z","size":130,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T22:29:54.194Z","etag":null,"topics":["async","channel","dazzle","inter-process","ipc","message","message-driven","php","php-lib","php7","queue","reply","request"],"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/dazzle-php.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-25T00:05:08.000Z","updated_at":"2024-12-16T16:13:48.000Z","dependencies_parsed_at":"2022-08-21T05:40:27.944Z","dependency_job_id":null,"html_url":"https://github.com/dazzle-php/channel","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dazzle-php/channel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dazzle-php","download_url":"https://codeload.github.com/dazzle-php/channel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278395917,"owners_count":25979691,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["async","channel","dazzle","inter-process","ipc","message","message-driven","php","php-lib","php7","queue","reply","request"],"created_at":"2024-11-05T23:31:36.566Z","updated_at":"2025-10-05T00:48:31.467Z","avatar_url":"https://github.com/dazzle-php.png","language":"PHP","readme":"# Dazzle Async IPC Abstraction\n\n[![Build Status](https://travis-ci.org/dazzle-php/channel.svg)](https://travis-ci.org/dazzle-php/channel)\n[![Code Coverage](https://scrutinizer-ci.com/g/dazzle-php/channel/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dazzle-php/channel/?branch=master)\n[![Code Quality](https://scrutinizer-ci.com/g/dazzle-php/channel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dazzle-php/channel/?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/dazzle-php/channel/v/stable)](https://packagist.org/packages/dazzle-php/channel) \n[![Latest Unstable Version](https://poser.pugx.org/dazzle-php/channel/v/unstable)](https://packagist.org/packages/dazzle-php/channel) \n[![License](https://poser.pugx.org/dazzle-php/channel/license)](https://packagist.org/packages/dazzle-php/channel/license)\n\n\u003e **Note:** This repository is part of [Dazzle Project](https://github.com/dazzle-php/dazzle) - the next-gen library for PHP. The project's purpose is to provide PHP developers with a set of complete tools to build functional async applications. Please, make sure you read the attached README carefully and it is guaranteed you will be surprised how easy to use and powerful it is. In the meantime, you might want to check out the rest of our async libraries in [Dazzle repository](https://github.com/dazzle-php) for the full extent of Dazzle experience.\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/dazzle-php/dazzle/master/media/dazzle-x125.png\" /\u003e\n\u003c/p\u003e\n\n## Description\n\nDazzle Channel is an event-based component that allows sending and receiving messsages asynchronously. It provides abstraction for various IPC models and is designed to be used in multi-threaded, multi-processed systems. It provides complex routing mechanisms, protocols, message encoders and extends behaviour of decorated IPC models by implementing hearbeat mechanisms, reconnect mechanisms and allowing usage of both async and request-reply messaging patterns.\n\n## Feature Highlights\n\nDazzle Channel features:\n\n* Message-driven communication,\n* IPC models abstraction,\n* Support for sending asynchronous messages,\n* Support for request-reply pattern,\n* Built-in offline and online message buffers,\n* Built-in configurable protocol-based routing mechanisms,\n* Separation of input and output routers,\n* Heartbeat mechanism,\n* Reconnect mechanism,\n* Event-based \u0026 Promise-based API,\n* ...and more.\n\n## Provided Example(s)\n\n### Quickstart\n\nTODO\n\n### Additional\n\nTODO\n\n## Requirements\n\nDazzle Channel requires:\n\n* PHP-5.6 or PHP-7.0+,\n* UNIX or Windows OS.\n\n## Installation\n\nTo install this library make sure you have [composer](https://getcomposer.org/) installed, then run following command:\n\n```\n$\u003e composer require dazzle-php/channel\n```\n\n## Tests\n\nTests can be run via:\n\n```\n$\u003e vendor/bin/phpunit -d memory_limit=1024M\n```\n\n## Versioning\n\nVersioning of Dazzle libraries is being shared between all packages included in [Dazzle Project](https://github.com/dazzle-php/dazzle). That means the releases are being made concurrently for all of them. On one hand this might lead to \"empty\" releases for some packages at times, but don't worry. In the end it is far much easier for contributors to maintain and -- what's the most important -- much more straight-forward for users to understand the compatibility and inter-operability of the packages.\n\n## Contributing\n\nThank you for considering contributing to this repository! \n\n- The contribution guide can be found in the [contribution tips](https://github.com/dazzle-php/channel/blob/master/CONTRIBUTING.md). \n- Open tickets can be found in [issues section](https://github.com/dazzle-php/channel/issues). \n- Current contributors are listed in [graphs section](https://github.com/dazzle-php/channel/graphs/contributors)\n- To contact the author(s) see the information attached in [composer.json](https://github.com/dazzle-php/channel/blob/master/composer.json) file.\n\n## License\n\nDazzle Channel is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n\n\u003chr\u003e\n\u003cp align=\"center\"\u003e\n\u003ci\u003e\"Everything is possible. The impossible just takes longer.\"\u003c/i\u003e ― Dan Brown\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzle-php%2Fchannel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazzle-php%2Fchannel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzle-php%2Fchannel/lists"}