{"id":18369767,"url":"https://github.com/dazzle-php/channel-socket","last_synced_at":"2025-04-06T18:32:30.204Z","repository":{"id":56963774,"uuid":"95331535","full_name":"dazzle-php/channel-socket","owner":"dazzle-php","description":"Dazzle Async Socket Channel","archived":false,"fork":false,"pushed_at":"2017-07-23T18:52:33.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T04:23:52.744Z","etag":null,"topics":["async","channel","dazzle","inter-process","ipc","message","message-driven","php","php-lib","php7","queue","reply","request","socket"],"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-25T01:24:47.000Z","updated_at":"2024-12-16T16:13:50.000Z","dependencies_parsed_at":"2022-08-21T05:40:28.449Z","dependency_job_id":null,"html_url":"https://github.com/dazzle-php/channel-socket","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel-socket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel-socket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel-socket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazzle-php%2Fchannel-socket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dazzle-php","download_url":"https://codeload.github.com/dazzle-php/channel-socket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531291,"owners_count":20953931,"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":["async","channel","dazzle","inter-process","ipc","message","message-driven","php","php-lib","php7","queue","reply","request","socket"],"created_at":"2024-11-05T23:31:39.400Z","updated_at":"2025-04-06T18:32:27.613Z","avatar_url":"https://github.com/dazzle-php.png","language":"PHP","readme":"# Dazzle Async Socket Channel\n\n[![Build Status](https://travis-ci.org/dazzle-php/channel-socket.svg)](https://travis-ci.org/dazzle-php/channel-socket)\n[![Code Coverage](https://scrutinizer-ci.com/g/dazzle-php/channel-socket/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dazzle-php/channel-socket/?branch=master)\n[![Code Quality](https://scrutinizer-ci.com/g/dazzle-php/channel-socket/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dazzle-php/channel-socket/?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/dazzle-php/channel-socket/v/stable)](https://packagist.org/packages/dazzle-php/channel-socket) \n[![Latest Unstable Version](https://poser.pugx.org/dazzle-php/channel-socket/v/unstable)](https://packagist.org/packages/dazzle-php/channel-socket) \n[![License](https://poser.pugx.org/dazzle-php/channel-socket/license)](https://packagist.org/packages/dazzle-php/channel-socket/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-Socket is a component that uses asynchronous sockets to implement transport model for Dazzle Channel.\n\n## Feature Highlights\n\nDazzle Channel-Socket features:\n\n* Channel model implementation using sockets,\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-Socket 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-socket\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-socket/blob/master/CONTRIBUTING.md). \n- Open tickets can be found in [issues section](https://github.com/dazzle-php/channel-socket/issues). \n- Current contributors are listed in [graphs section](https://github.com/dazzle-php/channel-socket/graphs/contributors)\n- To contact the author(s) see the information attached in [composer.json](https://github.com/dazzle-php/channel-socket/blob/master/composer.json) file.\n\n## License\n\nDazzle Framework 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-socket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazzle-php%2Fchannel-socket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzle-php%2Fchannel-socket/lists"}