arnapou/stream 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arnapou/stream

最新稳定版本:v1.5.0

Composer 安装命令:

composer require arnapou/stream

包简介

Library - Simple input and output interfaces.

README 文档

README

pipeline coverage

This library allow you to wrap streams with Input or Output basic interfaces.

Installation

composer require arnapou/stream

packagist 👉️ arnapou/stream

Input

The stream you "read".

namespace Arnapou\Stream\Input;

interface Input
{
    public function open(): void;
    public function read(): string;
    public function close(): void;
}

Output

The stream you "write".

namespace Arnapou\Stream\Output;

interface Output
{
    public function write(string $data): void;
}

Php versions

DateRef8.58.48.3
25/10/20251.5.x, main×××
25/11/20241.4.x××
23/01/20241.0 - 1.3×

统计信息

  • 总下载量: 345
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-23