Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactphp/stream

Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
https://github.com/reactphp/stream

Add PHPStan to test environment with `max` level

clue opened this pull request 5 months ago
Add native types to public API

clue opened this pull request 5 months ago
Chore: drop $loop input parameters in favor of Loop::get()

bpolaszek opened this pull request 8 months ago
Update to require PHP 7.1+

WyriHaximus opened this pull request 8 months ago
Hello `3.x` development branch

WyriHaximus opened this pull request 9 months ago
Roadmap to reactphp/stream v3

clue opened this issue 9 months ago
Test on PHP 8.3 and update test environment

clue opened this pull request about 1 year ago
Fix `drain` event of `ThroughStream` to handle potential race condition

clue opened this pull request about 1 year ago
Update test suite and report failed assertions

clue opened this pull request almost 2 years ago
Test on PHP 8.2

WyriHaximus opened this pull request about 2 years ago
Fix failing test suite by updating macOS

clue opened this pull request about 2 years ago
Unable to set stream resource to non-blocking mode [not STDIN or STDOUT]

CViniciusSDias opened this issue over 2 years ago
chore(docs): remove leading dollar sign

nhedger opened this pull request over 2 years ago
Make tests compatible with PHP 8.2 by avoiding dynamic properties

clue opened this pull request over 2 years ago
Avoid unneeded syscall when creating non-blocking `DuplexResourceStream`

clue opened this pull request over 2 years ago
Fix legacy HHVM build by downgrading Composer

SimonFrings opened this pull request over 2 years ago
Add badge to show number of project installations

SimonFrings opened this pull request over 2 years ago
Update Typo in docs

mrsimonbennett opened this pull request over 2 years ago
Support PHP 8.1

SimonFrings opened this pull request almost 3 years ago
Simplify usage by supporting new default loop

clue opened this pull request over 3 years ago
Stream data into multiple CSV files and stream a ZIP file with these

stereomon opened this issue over 3 years ago
Use GitHub actions for continuous integration (CI)

SimonFrings opened this pull request over 3 years ago
Code working on *nix silently failing on Windows

ondrejmirtes opened this issue about 4 years ago
Add full core team to the license

WyriHaximus opened this pull request about 4 years ago
Run tests on PHPUnit 9 and clean up test suite

SimonFrings opened this pull request over 4 years ago
Added transformable abstract stream implementation

mmoreram opened this pull request over 4 years ago
Open ThroughStream for extension

mmoreram opened this issue over 4 years ago
Retry on zero bytes written

WyriHaximus opened this pull request over 4 years ago
[RFC][WIP] Create StreamServer class

martin-rueegg opened this pull request over 4 years ago
Run tests on PHP 7.4 and simplify test matrix

clue opened this pull request almost 5 years ago
PHP 7.4 in the test-suite

Nek- opened this issue almost 5 years ago
Fix not closing after data received

Nek- opened this pull request almost 5 years ago
Add .gitattributes to exclude dev files from exports

reedy opened this pull request almost 5 years ago
"Always on" connection that streams data "bundles"

sburkett opened this issue about 5 years ago
Is stream reads resource only once?

Maximilan4 opened this issue about 5 years ago
ReadableStreamInterface to PSR-7 StreamInterface.

bartvanhoutte opened this issue over 5 years ago
Minor code style improvements to fix phpstan analysis warnings

realFlowControl opened this pull request over 5 years ago
Only close stream when the we reached end of the stream

WyriHaximus opened this pull request almost 6 years ago
Test against PHP 7.3 on travis

WyriHaximus opened this pull request almost 6 years ago
[Question] Asynchronous I/O

slince opened this issue about 6 years ago
Changes event handling to use constants instead of raw strings

nawarian opened this pull request over 6 years ago
Fix test suite when using legacy LibEventLoop and avoid risky tests

clue opened this pull request over 6 years ago
How to clear console with stream

Juanperezc opened this issue almost 7 years ago
end event from pipes doesn't forward $data

markkimsal opened this issue almost 7 years ago
Fix test suite forward compatibility with upcoming EventLoop releases

clue opened this pull request almost 7 years ago
Simplify test bootstrapping logic via Composer

clue opened this pull request almost 7 years ago
Test against PHP 7.2

carusogabriel opened this pull request almost 7 years ago
Restructure examples to ease getting started

clue opened this pull request almost 7 years ago
Forward compatibility with PHPUnit 6

carusogabriel opened this pull request almost 7 years ago
Fix forward compatibility with upcoming EventLoop releases

clue opened this pull request almost 7 years ago
Ignore Mac OS X test failures for now until Travis tests work again

clue opened this pull request almost 7 years ago
Igore excessive fopen() mode flags for WritableResourceStream

clue opened this pull request almost 7 years ago
[Draft] Support half-open duplex streams

pronskiy opened this pull request almost 7 years ago
Fix forward compatibility with upcoming EventLoop releases in example

clue opened this pull request about 7 years ago
Fix typos in README

clue opened this pull request about 7 years ago
fix wrong class name in example

docteurklein opened this pull request about 7 years ago
Test Mac OS X on Travis

clue opened this pull request about 7 years ago
Test failures on OSX

andig opened this issue about 7 years ago
Lock Travis distro so new defaults will not break the build

clue opened this pull request about 7 years ago
Update README.md

pulyavin opened this pull request about 7 years ago
Target evenement 3.0 a long side 2.0 and 1.0

WyriHaximus opened this pull request about 7 years ago
Close the underlying stream when closing the stream

WyriHaximus opened this pull request over 7 years ago
Ignore HHVM test failures for now until Travis tests work again

clue opened this pull request over 7 years ago
Add optional $writeChunkSize parameter for max number of bytes to write

clue opened this pull request over 7 years ago
[WIP] Change many SHOULDs to MUSTs to ensure clear behavior

kelunik opened this pull request over 7 years ago
CompositeStream starts closed if either side is already closed

clue opened this pull request over 7 years ago
Improve usage documentation

clue opened this pull request over 7 years ago
Strict definition for event callback functions

clue opened this pull request over 7 years ago
Support legacy PHP 5.3 through PHP 7.1 and HHVM

clue opened this pull request over 7 years ago
Mark all classes as final

clue opened this pull request over 7 years ago
Actually require all dependencies so this is self-contained

clue opened this pull request over 7 years ago
Explicitly allow custom events and exclude any semantics

clue opened this pull request over 7 years ago
CompositeStream forwards pause to pipe source on first write attempt

clue opened this pull request over 7 years ago
Mark internal API as private to discourage inheritance

clue opened this pull request over 7 years ago
Forward compatibility with EventLoop v1.0 and v0.5

clue opened this pull request over 7 years ago
Remove undocumented and now unused ReadableStream and WritableStream

clue opened this pull request over 7 years ago
Only emit `error` event for fatal errors

clue opened this pull request over 7 years ago
Use constructor parameters instead of public buffer property

clue opened this pull request over 7 years ago
Remove public $stream property from all resource streams

clue opened this pull request over 7 years ago
Simplify ThroughStream by using data callback instead of inheritance

clue opened this pull request over 7 years ago
ThroughStream is now a direct implementation of DuplexStreamInterface

clue opened this pull request over 7 years ago
Remove deprecated Stream class, use DuplexResourceStream instead

clue opened this pull request over 7 years ago
Add DuplexResourceStream and deprecate Stream

clue opened this pull request over 7 years ago
Add WritableResourceStream

clue opened this pull request over 7 years ago
Add ReadableResourceStream

clue opened this pull request over 7 years ago
Is 'close' a suitable name for that method?

codedokode opened this issue over 7 years ago
Closed STDIN returns endless stream of random data

clue opened this issue over 7 years ago