{"id":19364333,"url":"https://github.com/davidfstr/streamstream","last_synced_at":"2025-07-07T20:13:02.491Z","repository":{"id":4225997,"uuid":"5348390","full_name":"davidfstr/StreamStream","owner":"davidfstr","description":"Access PHP stream objects by URL.","archived":false,"fork":false,"pushed_at":"2013-02-20T05:43:59.000Z","size":104,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T03:36:39.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidfstr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-08T22:26:41.000Z","updated_at":"2019-04-07T08:28:58.000Z","dependencies_parsed_at":"2022-09-25T04:36:27.846Z","dependency_job_id":null,"html_url":"https://github.com/davidfstr/StreamStream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2FStreamStream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2FStreamStream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2FStreamStream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2FStreamStream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfstr","download_url":"https://codeload.github.com/davidfstr/StreamStream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240483764,"owners_count":19808635,"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-10T07:37:07.443Z","updated_at":"2025-02-24T13:13:20.021Z","avatar_url":"https://github.com/davidfstr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StreamStream\n\nAllows an existing stream object in PHP to be accessed by URL.\n \nThis is useful to pass a stream as an input to a PHP API that only accepts\nURIs for its inputs, such as [XMLReader].\n\nStreamStream is implemented as a stream wrapper that reads from another underlying stream.\n\n[XMLReader]: http://php.net/manual/en/book.xmlreader.php\n\n## Example\n\n```\nrequire_once 'StreamStream.php'\n\n// Open a stream\n$stream = fopen('http://en.blog.wordpress.com/feed/', 'rb');\n\n// Create a URI for the stream\n$streamUri = StreamStream::createUriForStream($stream);\n\n// Pass the URI to another API\n$xmlReader = new XMLReader();\n$xmlReader-\u003eopen($streamUri);\n```\n\n## Requirements\n\n* PHP 5.2.11 or later\n\n## License\n\nThis code is licensed under the Apache License 2.0. Details can be found in the file [LICENSE.txt].\n\n[LICENSE.txt]: https://github.com/davidfstr/StreamStream/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fstreamstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfstr%2Fstreamstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fstreamstream/lists"}