{"id":19973268,"url":"https://github.com/zeromq/php-zmq","last_synced_at":"2025-12-18T12:04:08.770Z","repository":{"id":41057386,"uuid":"588896","full_name":"zeromq/php-zmq","owner":"zeromq","description":"ZeroMQ for PHP","archived":false,"fork":false,"pushed_at":"2025-01-22T15:45:47.000Z","size":801,"stargazers_count":556,"open_issues_count":38,"forks_count":121,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-04-07T03:12:34.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pecl.php.net/zmq","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeromq.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2010-03-31T19:28:01.000Z","updated_at":"2025-03-29T22:16:47.000Z","dependencies_parsed_at":"2025-02-09T01:01:59.320Z","dependency_job_id":"8391e875-02de-4603-9d10-0c34defce1d7","html_url":"https://github.com/zeromq/php-zmq","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fphp-zmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fphp-zmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fphp-zmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fphp-zmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeromq","download_url":"https://codeload.github.com/zeromq/php-zmq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248871221,"owners_count":21175180,"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":[],"created_at":"2024-11-13T03:10:50.113Z","updated_at":"2025-12-18T12:04:03.328Z","avatar_url":"https://github.com/zeromq.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"PHP bindings for 0MQ. The documentation is available at http://php.net/zmq\n\n[![Build Status](https://travis-ci.org/zeromq/php-zmq.png?branch=master)](https://travis-ci.org/zeromq/php-zmq)\n\nThe API is roughly as follows:\n\n```php\n\u003c?php\n\n/* Create new queue object */\n$queue = new ZMQSocket(new ZMQContext(), ZMQ::SOCKET_REQ, \"MySock1\");\n\n/* Connect to an endpoint */\n$queue-\u003econnect(\"tcp://127.0.0.1:5555\");\n\n/* send and receive */\nvar_dump($queue-\u003esend(\"hello there, using socket 1\")-\u003erecv());\n\n?\u003e\n```\n\nFor installation instructions see http://pecl.php.net/zmq\n\nFor developer instructions see DEVELOPERS.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fphp-zmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeromq%2Fphp-zmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fphp-zmq/lists"}