{"id":42252084,"url":"https://github.com/kevengodet/append-stream","last_synced_at":"2026-01-27T05:12:16.438Z","repository":{"id":57005824,"uuid":"128029690","full_name":"kevengodet/append-stream","owner":"kevengodet","description":"Append stream resources into a single stream to read from.","archived":false,"fork":false,"pushed_at":"2018-04-13T08:59:45.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-23T13:56:03.148Z","etag":null,"topics":["aggregate","append","concatenate","resource","stream"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevengodet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T08:10:59.000Z","updated_at":"2019-04-02T21:39:14.000Z","dependencies_parsed_at":"2022-08-21T14:30:34.770Z","dependency_job_id":null,"html_url":"https://github.com/kevengodet/append-stream","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kevengodet/append-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevengodet%2Fappend-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevengodet%2Fappend-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevengodet%2Fappend-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevengodet%2Fappend-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevengodet","download_url":"https://codeload.github.com/kevengodet/append-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevengodet%2Fappend-stream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aggregate","append","concatenate","resource","stream"],"created_at":"2026-01-27T05:12:15.159Z","updated_at":"2026-01-27T05:12:16.425Z","avatar_url":"https://github.com/kevengodet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keven/append-stream\n\nConcatenate streams without bloating the memory.\n\n## Install\n\n```shell\n$ composer install keven/append-stream\n```\n\n## Usage\n\n```php\n\u003c?php\n\nuse Keven\\AppendStream\\AppendStream;\n\n// Concatenate 3 streams\n$handle = (new AppendStream([\n    fopen('data://text/plain,stream1','r'),\n    fopen('data://text/plain,stream2','r'),\n    fopen('data://text/plain,stream3','r'),\n]))-\u003egetResource();\n\necho stream_get_contents($handle);\n// stream1stream2stream3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevengodet%2Fappend-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevengodet%2Fappend-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevengodet%2Fappend-stream/lists"}