{"id":19832102,"url":"https://github.com/gergesshamon/sse-client","last_synced_at":"2026-03-05T23:15:57.073Z","repository":{"id":261835684,"uuid":"885477814","full_name":"GergesShamon/sse-client","owner":"GergesShamon","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-28T09:02:18.000Z","size":44,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T15:28:15.995Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GergesShamon.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":"2024-11-08T16:57:46.000Z","updated_at":"2024-12-18T19:35:14.000Z","dependencies_parsed_at":"2024-11-08T18:26:37.972Z","dependency_job_id":"f7d5a9b9-ffcc-4c10-89ba-4d2fedd1b800","html_url":"https://github.com/GergesShamon/sse-client","commit_stats":null,"previous_names":["gergesshamon/sse-client"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GergesShamon%2Fsse-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GergesShamon%2Fsse-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GergesShamon%2Fsse-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GergesShamon%2Fsse-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GergesShamon","download_url":"https://codeload.github.com/GergesShamon/sse-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251907075,"owners_count":21663210,"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-12T11:36:28.871Z","updated_at":"2026-03-05T23:15:51.803Z","avatar_url":"https://github.com/GergesShamon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SseClient\nThis is a PHP client library for iterating over http Server Sent Event (SSE) streams (also known as EventSource, after the name of the Javascript interface inside browsers).\n\n## Installation\n\nUse composer to install the library and all its dependencies:\n\n    composer require gerges/sse-client\n## Example Usage\n\n```php\n$client = new SseClient\\Client('https://eventsource.firebaseio-demo.com/.json');\n\nforeach ($client-\u003egetEvents() as $event) {\n   var_dump($event);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergesshamon%2Fsse-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgergesshamon%2Fsse-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergesshamon%2Fsse-client/lists"}