{"id":17033038,"url":"https://github.com/up9cloud/engine.io-php-client","last_synced_at":"2025-10-30T20:52:13.363Z","repository":{"id":36842450,"uuid":"41149380","full_name":"up9cloud/engine.io-php-client","owner":"up9cloud","description":"php communicate with engine.io server.","archived":false,"fork":false,"pushed_at":"2023-04-16T17:37:42.000Z","size":43,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T07:23:10.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/up9cloud.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":"2015-08-21T10:06:14.000Z","updated_at":"2019-09-28T03:35:53.000Z","dependencies_parsed_at":"2025-02-21T13:45:44.963Z","dependency_job_id":null,"html_url":"https://github.com/up9cloud/engine.io-php-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up9cloud%2Fengine.io-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up9cloud%2Fengine.io-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up9cloud%2Fengine.io-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/up9cloud%2Fengine.io-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/up9cloud","download_url":"https://codeload.github.com/up9cloud/engine.io-php-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248570327,"owners_count":21126411,"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-10-14T08:31:48.361Z","updated_at":"2025-10-30T20:52:08.321Z","avatar_url":"https://github.com/up9cloud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# engine.io-php-client\n\nThe php client for [engine.io](https://github.com/socketio/engine.io).\n\n| version | engine.io version |\n| ------- | ----------------- |\n| v1      | v1                |\n| v2      | v2, v3            |\n\n## Installation\n\n```bash\ncomposer require up9cloud/engine.io-php-client\n```\n\n## Usage\n\n```php\nrequire_once __DIR__.'/vendor/autoload.php';\nuse eio\\Client;\n\n$client = new Client('ws://localhost:9527');\n$client-\u003esend(json_encode([\n\t'channel'=\u003e'all',\n\t'message'=\u003e'helloworld'\n]));\n```\n\n### Advanced\n\n```php\nrequire_once __DIR__.'/vendor/autoload.php';\nuse eio\\Client;\n\n$options = [\n\t// TODO: see src/Transport.php\n];\n// builtin debug method\n$debug = true;\n\n// custom debug method\n$debug = function ($time, $messages){\n\tprintf('[%.4f]: %s' . PHP_EOL, $time, $messages);\n};\n$client = new Client($uri, $options, $debug);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fup9cloud%2Fengine.io-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fup9cloud%2Fengine.io-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fup9cloud%2Fengine.io-php-client/lists"}