Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
reactphp
/
stream
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
63
Star
692
Code
Issues
2
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
v0.3.3
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 9, 2013
[Stream][Buffer] Only check feof on some occasions
Show description for c212d55
cboden
committed
c212d55
View commit details
Copy full SHA for c212d55
Browse repository at this point
Commits on May 10, 2013
Make sure CompositeStream is closed properly, refs #195
igorw
committed
ca24819
View commit details
Copy full SHA for ca24819
Browse repository at this point
Commits on Apr 21, 2013
Allow any `ReadableStreamInterface` on `BufferedSink::createPromise()
igorw
committed
521a10c
View commit details
Copy full SHA for 521a10c
Browse repository at this point
Commits on Apr 14, 2013
Merge remote-tracking branch 'origin/0.3'
Show description for 20cc045
igorw
committed
20cc045
View commit details
Copy full SHA for 20cc045
Browse repository at this point
Commits on Mar 13, 2013
Introduce convenience factory method for BufferedSink
Show description for 45df9ac
igorw
committed
45df9ac
View commit details
Copy full SHA for 45df9ac
Browse repository at this point
Commits on Jan 20, 2013
Merge remote-tracking branch 'origin/master' into 0.3
Show description for 4c6e5cb
igorw
committed
4c6e5cb
View commit details
Copy full SHA for 4c6e5cb
Browse repository at this point
Change react/promise constraints to use tilde operator
igorw
committed
afbb4c7
View commit details
Copy full SHA for afbb4c7
Browse repository at this point
Commits on Jan 14, 2013
Update references to 0.3, update lock file
igorw
committed
c4f1b57
View commit details
Copy full SHA for c4f1b57
Browse repository at this point
Commits on Dec 14, 2012
Adjust event docs to use fake docblocks
igorw
committed
34c1059
View commit details
Copy full SHA for 34c1059
Browse repository at this point
Commits on Dec 5, 2012
Document events at the top of each EventEmitter class
igorw
committed
7d57156
View commit details
Copy full SHA for 7d57156
Browse repository at this point
Commits on Nov 19, 2012
Add triggering of progress on its promise in BufferedSink
jsor
committed
2619afe
View commit details
Copy full SHA for 2619afe
Browse repository at this point
Add react/promise as a suggestion for react/stream
igorw
committed
a25426d
View commit details
Copy full SHA for a25426d
Browse repository at this point
Commits on Nov 18, 2012
Implement BufferedSink which resembles a promise-based async stream_get_contents()
igorw
committed
833fe52
View commit details
Copy full SHA for 833fe52
Browse repository at this point
Move forwardEvents helper method to Util, add tests
igorw
committed
2972666
View commit details
Copy full SHA for 2972666
Browse repository at this point
Commits on Nov 17, 2012
Make ReadableStream::$closed and WritableStream::$closed protected
igorw
committed
39c6986
View commit details
Copy full SHA for 39c6986
Browse repository at this point
Adjust CompositeStream for PHP 5.3
igorw
committed
81ca453
View commit details
Copy full SHA for 81ca453
Browse repository at this point
Add CompositeStream, make ThroughStream extend it
igorw
committed
0374a08
View commit details
Copy full SHA for 0374a08
Browse repository at this point
Add WritableStream which is useful for sinks
igorw
committed
c9cabf9
View commit details
Copy full SHA for c9cabf9
Browse repository at this point
Make ThroughStream extend ReadableStream (thanks @elazar)
igorw
committed
02191f4
View commit details
Copy full SHA for 02191f4
Browse repository at this point
Add ThroughStream and ReadableStream primitives
Show description for 0be54fe
igorw
committed
0be54fe
View commit details
Copy full SHA for 0be54fe
Browse repository at this point
Commits on Nov 5, 2012
Fix branch aliases of subtree splits to be 0.2-dev
igorw
committed
d091073
View commit details
Copy full SHA for d091073
Browse repository at this point
Commits on Oct 28, 2012
don't trigger error if a stream is closed during a data event
arnaud-lb
committed
f79b9ad
View commit details
Copy full SHA for f79b9ad
Browse repository at this point
Commits on Oct 13, 2012
Merge pull request #74 from react-php/fix-buffer-feof
Show description for c342963
cboden
committed
c342963
View commit details
Copy full SHA for c342963
Browse repository at this point
Remove now obsolete feof call
igorw
committed
f5a20c5
View commit details
Copy full SHA for f5a20c5
Browse repository at this point
Commits on Oct 12, 2012
may report Wrong parameters on line 93,
snow
authored and
snow
committed
5bf0443
View commit details
Copy full SHA for 5bf0443
Browse repository at this point
Commits on Oct 10, 2012
Emit correct exception when trying to write to closed stream
igorw
committed
af4b818
View commit details
Copy full SHA for af4b818
Browse repository at this point
Commits on Oct 1, 2012
Merge remote-tracking branch 'arnaud-lb/write-eof'
Show description for 8d279a9
igorw
committed
8d279a9
View commit details
Copy full SHA for 8d279a9
Browse repository at this point
handle write errors in Stream Buffer
arnaud-lb
committed
34b0b4c
View commit details
Copy full SHA for 34b0b4c
Browse repository at this point
Commits on Sep 10, 2012
Fix some constraints to not use 0.2.*
igorw
committed
efbc4d7
View commit details
Copy full SHA for efbc4d7
Browse repository at this point
Bump branch-alias to 0.2
igorw
committed
6cc87ab
View commit details
Copy full SHA for 6cc87ab
Browse repository at this point
Commits on Jul 15, 2012
Reverted PHP req to >= 5.3.3
Show description for 15e5186
cboden
committed
15e5186
View commit details
Copy full SHA for 15e5186
Browse repository at this point
Commits on Jul 14, 2012
Separate README file for each component, fixes #11
igorw
committed
984b53e
View commit details
Copy full SHA for 984b53e
Browse repository at this point
Commits on Jul 13, 2012
Bumped required version of PHP to >= 5.3.4
cboden
committed
999d2f6
View commit details
Copy full SHA for 999d2f6
Browse repository at this point
Fix branch-alias
igorw
committed
fac830f
View commit details
Copy full SHA for fac830f
Browse repository at this point
Commits on Jul 12, 2012
[Stream]
Show description for 27f8cdb
cboden
committed
27f8cdb
View commit details
Copy full SHA for 27f8cdb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.