{"id":95085,"library":"innmind-stream","title":"Innmind Stream","description":"Wrapper to PHP stream functions","status":"active","version":"4.2.0","language":"php","source_language":null,"source_url":"https://github.com/Innmind/Stream","tags":["stream","wrapper","io","php","utility"],"install":[{"cmd":"composer require innmind/stream","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Stream","correct":"use Innmind\\Stream\\Stream;"}],"quickstart":{"code":"<?php\nuse Innmind\\Stream\\Stream;\n\n$stream = new Stream(fopen('php://memory', 'r+'));\n$stream->write('Hello');\n$stream->rewind();\necho $stream->read(5);","lang":"php","description":"Create a stream and read/write data"},"warnings":[{"fix":"Ensure your environment meets the PHP version requirement.","message":"Requires PHP 8.0+ and may not be compatible with older PHP versions.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'function':7 'innmind':1 'io':10 'php':5,11 'stream':2,6,8 'util':12 'wrapper':3,9","created_at":"2026-06-19T10:19:20.791649+00:00","updated_at":"2026-06-19T10:19:20.791649+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/Innmind/Stream","github":"https://github.com/Innmind/Stream","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}