{"id":33951872,"url":"https://github.com/thesis-php/byte-buffer","last_synced_at":"2026-05-30T17:32:03.980Z","repository":{"id":272754204,"uuid":"917596928","full_name":"thesis-php/byte-buffer","owner":"thesis-php","description":"The library implements buffered I/O.","archived":false,"fork":false,"pushed_at":"2025-01-23T13:05:10.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"0.1.x","last_synced_at":"2026-04-07T15:41:23.565Z","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/thesis-php.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"custom":["https://www.tinkoff.ru/cf/5MqZQas2dk7"]}},"created_at":"2025-01-16T09:40:49.000Z","updated_at":"2025-01-23T13:03:41.000Z","dependencies_parsed_at":"2025-04-15T11:47:53.990Z","dependency_job_id":"6c99713d-922a-4d03-bd04-39358b534179","html_url":"https://github.com/thesis-php/byte-buffer","commit_stats":null,"previous_names":["thesisphp/bytebuffer","thesisphp/byte-buffer","thesis-php/byte-buffer"],"tags_count":2,"template":false,"template_full_name":"thesis-php/template","purl":"pkg:github/thesis-php/byte-buffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis-php%2Fbyte-buffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis-php%2Fbyte-buffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis-php%2Fbyte-buffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis-php%2Fbyte-buffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesis-php","download_url":"https://codeload.github.com/thesis-php/byte-buffer/tar.gz/refs/heads/0.1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis-php%2Fbyte-buffer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33703065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-12-12T19:10:40.521Z","updated_at":"2026-05-30T17:32:03.961Z","avatar_url":"https://github.com/thesis-php.png","language":"PHP","funding_links":["https://www.tinkoff.ru/cf/5MqZQas2dk7"],"categories":[],"sub_categories":[],"readme":"# Byte Buffer\n\n## Installation\n\n```shell\ncomposer require thesis/byte-buffer\n```\n\n## Basic usage\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse Thesis\\ByteBuffer\\BufferedReader;\nuse Thesis\\ByteBuffer\\BufferedWriter;\nuse Thesis\\ByteBuffer\\BufferedReaderWriter;\n\n$reader = new BufferedReader(/* an implementation of Thesis\\ByteReader\\Reader */);\n$reader-\u003eread(10)\n\n$writer = new BufferedWriter(/* an implementation of Thesis\\ByteReader\\Writer */)\n$writer-\u003ewrite('test');\n\n$rw = new BufferedReaderWriter(\n    /* an implementation of Thesis\\ByteReader\\Reader or Thesis\\ByteReader\\Reader\u0026Thesis\\ByteReader\\Writer */,\n    /* an implementation of ?Thesis\\ByteReader\\Writer */,\n);\n\n$rw-\u003ewrite('test');\n$rw-\u003eread(4);\n$rw-\u003eflush();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesis-php%2Fbyte-buffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesis-php%2Fbyte-buffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesis-php%2Fbyte-buffer/lists"}