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 8 months ago
clue opened this pull request 8 months ago
[1.x] Improve PHP 8.4+ support by avoiding implicitly nullable types
clue opened this pull request 8 months ago
clue opened this pull request 8 months ago
Add native types to public API
clue opened this pull request 8 months ago
clue opened this pull request 8 months ago
[3.x] Improve PHP 8.4+ support by avoiding implicitly nullable types
clue opened this pull request 8 months ago
clue opened this pull request 8 months ago
Chore: drop $loop input parameters in favor of Loop::get()
bpolaszek opened this pull request 11 months ago
bpolaszek opened this pull request 11 months ago
Update to require PHP 7.1+
WyriHaximus opened this pull request 11 months ago
WyriHaximus opened this pull request 11 months ago
Hello `3.x` development branch
WyriHaximus opened this pull request 12 months ago
WyriHaximus opened this pull request 12 months ago
Roadmap to reactphp/stream v3
clue opened this issue 12 months ago
clue opened this issue 12 months ago
Test on PHP 8.3 and update test environment
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
Fix `drain` event of `ThroughStream` to handle potential race condition
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
Update test suite and report failed assertions
clue opened this pull request about 2 years ago
clue opened this pull request about 2 years ago
Test on PHP 8.2
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
Fix failing test suite by updating macOS
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
Unable to set stream resource to non-blocking mode [not STDIN or STDOUT]
CViniciusSDias opened this issue over 2 years ago
CViniciusSDias opened this issue over 2 years ago
chore(docs): remove leading dollar sign
nhedger opened this pull request over 2 years ago
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
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
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
SimonFrings opened this pull request over 2 years ago
Add badge to show number of project installations
SimonFrings opened this pull request almost 3 years ago
SimonFrings opened this pull request almost 3 years ago
Update Typo in docs
mrsimonbennett opened this pull request almost 3 years ago
mrsimonbennett opened this pull request almost 3 years ago
Support PHP 8.1
SimonFrings opened this pull request about 3 years ago
SimonFrings opened this pull request about 3 years ago
Simplify usage by supporting new default loop
clue opened this pull request over 3 years ago
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
stereomon opened this issue over 3 years ago
Use GitHub actions for continuous integration (CI)
SimonFrings opened this pull request almost 4 years ago
SimonFrings opened this pull request almost 4 years ago
Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up and remove already covered test
SimonFrings opened this pull request about 4 years ago
SimonFrings opened this pull request about 4 years ago
Code working on *nix silently failing on Windows
ondrejmirtes opened this issue over 4 years ago
ondrejmirtes opened this issue over 4 years ago
Add full core team to the license
WyriHaximus opened this pull request over 4 years ago
WyriHaximus opened this pull request over 4 years ago
Run tests on PHPUnit 9 and clean up test suite
SimonFrings opened this pull request over 4 years ago
SimonFrings opened this pull request over 4 years ago
Added transformable abstract stream implementation
mmoreram opened this pull request over 4 years ago
mmoreram opened this pull request over 4 years ago
Open ThroughStream for extension
mmoreram opened this issue over 4 years ago
mmoreram opened this issue over 4 years ago
Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only)
clue opened this pull request over 4 years ago
clue opened this pull request over 4 years ago
Retry on zero bytes written
WyriHaximus opened this pull request over 4 years ago
WyriHaximus opened this pull request over 4 years ago
[RFC][WIP] Create StreamServer class
martin-rueegg opened this pull request over 4 years ago
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
clue opened this pull request almost 5 years ago
PHP 7.4 in the test-suite
Nek- opened this issue about 5 years ago
Nek- opened this issue about 5 years ago
Fix not closing after data received
Nek- opened this pull request about 5 years ago
Nek- opened this pull request about 5 years ago
Add .gitattributes to exclude dev files from exports
reedy opened this pull request about 5 years ago
reedy opened this pull request about 5 years ago
"Always on" connection that streams data "bundles"
sburkett opened this issue over 5 years ago
sburkett opened this issue over 5 years ago
Is stream reads resource only once?
Maximilan4 opened this issue over 5 years ago
Maximilan4 opened this issue over 5 years ago
ReadableStreamInterface to PSR-7 StreamInterface.
bartvanhoutte opened this issue over 5 years ago
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
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 about 6 years ago
WyriHaximus opened this pull request about 6 years ago
Test against PHP 7.3 on travis
WyriHaximus opened this pull request about 6 years ago
WyriHaximus opened this pull request about 6 years ago
Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function
WyriHaximus opened this pull request about 6 years ago
WyriHaximus opened this pull request about 6 years ago
[Question] Asynchronous I/O
slince opened this issue over 6 years ago
slince opened this issue over 6 years ago
Unable to write to stream: fwrite(): send of XXX bytes failed with errno=32 Broken pipe
Dju33 opened this issue over 6 years ago
Dju33 opened this issue over 6 years ago
Changes event handling to use constants instead of raw strings
nawarian opened this pull request over 6 years ago
nawarian opened this pull request over 6 years ago
Consider not throwing exception if stream cannot be set to non-blocking mode
ostrolucky opened this issue almost 7 years ago
ostrolucky opened this issue almost 7 years ago
Add test group to skip integration tests relying on internet connection and apply timeouts
clue opened this pull request almost 7 years ago
clue opened this pull request almost 7 years ago
Fix test suite when using legacy LibEventLoop and avoid risky tests
clue opened this pull request almost 7 years ago
clue opened this pull request almost 7 years ago
How to clear console with stream
Juanperezc opened this issue about 7 years ago
Juanperezc opened this issue about 7 years ago
end event from pipes doesn't forward $data
markkimsal opened this issue about 7 years ago
markkimsal opened this issue about 7 years ago
Fix test suite forward compatibility with upcoming EventLoop releases
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Simplify test bootstrapping logic via Composer
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Unable to write to stream: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe
andreybolonin opened this issue about 7 years ago
andreybolonin opened this issue about 7 years ago
Test against PHP 7.2
carusogabriel opened this pull request about 7 years ago
carusogabriel opened this pull request about 7 years ago
Restructure examples to ease getting started
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Forward compatibility with PHPUnit 6
carusogabriel opened this pull request about 7 years ago
carusogabriel opened this pull request about 7 years ago
Fix forward compatibility with upcoming EventLoop releases
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Ignore Mac OS X test failures for now until Travis tests work again
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Igore excessive fopen() mode flags for WritableResourceStream
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
[Draft] Support half-open duplex streams
pronskiy opened this pull request about 7 years ago
pronskiy opened this pull request about 7 years ago
unable to set stream resource to non-blocking - PHP 7.1 stream_set_blocking doesn't work
berbagimadani opened this issue about 7 years ago
berbagimadani opened this issue about 7 years ago
Remove event listeners from CompositeStream once closed and remove remove undocumented left-over close event argument
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Fix forward compatibility with upcoming EventLoop releases in example
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
Fix typos in README
clue opened this pull request about 7 years ago
clue opened this pull request about 7 years ago
fix wrong class name in example
docteurklein opened this pull request about 7 years ago
docteurklein opened this pull request about 7 years ago
Test Mac OS X on Travis
clue opened this pull request over 7 years ago
clue opened this pull request over 7 years ago
Test failures on OSX
andig opened this issue over 7 years ago
andig opened this issue over 7 years ago
Lock Travis distro so new defaults will not break the build
clue opened this pull request over 7 years ago
clue opened this pull request over 7 years ago
Update README.md
pulyavin opened this pull request over 7 years ago
pulyavin opened this pull request over 7 years ago
Target evenement 3.0 a long side 2.0 and 1.0
WyriHaximus opened this pull request over 7 years ago
WyriHaximus opened this pull request over 7 years ago
Close the underlying stream when closing the stream
WyriHaximus opened this pull request over 7 years ago
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
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
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
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
clue opened this pull request over 7 years ago
Improve usage documentation
clue opened this pull request over 7 years ago
clue opened this pull request over 7 years ago
Strict definition for event callback functions
clue opened this pull request over 7 years ago
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
clue opened this pull request over 7 years ago
Mark all classes as final
clue opened this pull request over 7 years ago
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
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
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
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
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
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
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
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
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
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
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
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
clue opened this pull request over 7 years ago
Consistent semantics for DuplexStreamInterface::end() to ensure it SHOULD also end readable side
clue opened this pull request almost 8 years ago
clue opened this pull request almost 8 years ago
Add DuplexResourceStream and deprecate Stream
clue opened this pull request almost 8 years ago
clue opened this pull request almost 8 years ago
Add WritableResourceStream
clue opened this pull request almost 8 years ago
clue opened this pull request almost 8 years ago
Add ReadableResourceStream
clue opened this pull request almost 8 years ago
clue opened this pull request almost 8 years ago
Is 'close' a suitable name for that method?
codedokode opened this issue almost 8 years ago
codedokode opened this issue almost 8 years ago
Closed STDIN returns endless stream of random data
clue opened this issue almost 8 years ago
clue opened this issue almost 8 years ago