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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
reactphp
/
socket
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
158
Star
1.3k
Code
Issues
6
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
v0.3.0
User selector
All users
All time
Commit history
Commits on Jan 21, 2013
Remove all listeners from socket server on shutdown
igorw
committed
e549b1e
View commit details
Copy full SHA for e549b1e
Browse repository at this point
Commits on Jan 14, 2013
Update references to 0.3, update lock file
igorw
committed
1a2027d
View commit details
Copy full SHA for 1a2027d
Browse repository at this point
Commits on Dec 14, 2012
Adjust event docs to use fake docblocks
igorw
committed
21e3fe6
View commit details
Copy full SHA for 21e3fe6
Browse repository at this point
Commits on Dec 5, 2012
Document events at the top of each EventEmitter class
igorw
committed
db7a816
View commit details
Copy full SHA for db7a816
Browse repository at this point
Commits on Nov 5, 2012
Fix branch aliases of subtree splits to be 0.2-dev
igorw
committed
a7566bf
View commit details
Copy full SHA for a7566bf
Browse repository at this point
Commits on Sep 10, 2012
Update README and sub-composer.json files to point to 0.2.*
igorw
committed
29c72b7
View commit details
Copy full SHA for 29c72b7
Browse repository at this point
Bump branch-alias to 0.2
igorw
committed
b73aa73
View commit details
Copy full SHA for b73aa73
Browse repository at this point
Commits on Jul 15, 2012
Reverted PHP req to >= 5.3.3
Show description for b90f56e
cboden
committed
b90f56e
View commit details
Copy full SHA for b90f56e
Browse repository at this point
Commits on Jul 14, 2012
Separate README file for each component, fixes #11
igorw
committed
67de913
View commit details
Copy full SHA for 67de913
Browse repository at this point
Commits on Jul 13, 2012
Bumped required version of PHP to >= 5.3.4
cboden
committed
92243a7
View commit details
Copy full SHA for 92243a7
Browse repository at this point
Fix branch-alias
igorw
committed
c1dd3d6
View commit details
Copy full SHA for c1dd3d6
Browse repository at this point
Commits on Jul 12, 2012
[Stream] Bug fix: multiple inheritence
Show description for 027e302
cboden
committed
027e302
View commit details
Copy full SHA for 027e302
Browse repository at this point
Commits on Jul 11, 2012
Added aliases to all composer.json files
cboden
committed
368aef3
View commit details
Copy full SHA for 368aef3
Browse repository at this point
Commits on Jul 9, 2012
Updated to v0.1 in composer files
cboden
committed
eed2b80
View commit details
Copy full SHA for eed2b80
Browse repository at this point
Merge pull request #47 from react-php/socket-connection-event
Show description for 2c60d1a
cboden
committed
2c60d1a
View commit details
Copy full SHA for 2c60d1a
Browse repository at this point
Commits on Jul 7, 2012
[Stream] Rename (ReadableStream|WritableStream){ => Interface}
Show description for 1932a89
igorw
committed
1932a89
View commit details
Copy full SHA for 1932a89
Browse repository at this point
Commits on Jul 6, 2012
[Socket] Rename connect event to connection
Show description for 100f6ac
igorw
committed
100f6ac
View commit details
Copy full SHA for 100f6ac
Browse repository at this point
Merge remote-tracking branch 'origin/master' into stream
Show description for 42300bf
igorw
committed
42300bf
View commit details
Copy full SHA for 42300bf
Browse repository at this point
Commits on Jul 5, 2012
[Stream] Move most of Socket\Connection logic to Stream\Stream, generic ftw
igorw
committed
dfd1b98
View commit details
Copy full SHA for dfd1b98
Browse repository at this point
[Socket] Connection should forward drain events from the buffer
igorw
committed
4503a95
View commit details
Copy full SHA for 4503a95
Browse repository at this point
[Socket] Suppress notice when binding to a port, fixes #45
igorw
committed
983e450
View commit details
Copy full SHA for 983e450
Browse repository at this point
[Stream] Add ReadableStream::isReadable and WritableStream::isWritable
igorw
committed
4732959
View commit details
Copy full SHA for 4732959
Browse repository at this point
Commits on Jul 4, 2012
[Stream] Add react/stream dependency to react/socket
igorw
committed
c16af17
View commit details
Copy full SHA for c16af17
Browse repository at this point
[Stream] Move Buffer to the Stream component
igorw
committed
7af4e7e
View commit details
Copy full SHA for 7af4e7e
Browse repository at this point
[Stream] Prepare Buffer for move to Stream component
igorw
committed
df0dea8
View commit details
Copy full SHA for df0dea8
Browse repository at this point
Commits on Jun 27, 2012
[Stream] Return destination stream from pipe() instead of source stream
igorw
committed
ddf697c
View commit details
Copy full SHA for ddf697c
Browse repository at this point
[Stream] Initial implementation
igorw
committed
e5ca6fc
View commit details
Copy full SHA for e5ca6fc
Browse repository at this point
Commits on Jun 20, 2012
Update to evenement 1.0.*
igorw
committed
79d78f2
View commit details
Copy full SHA for 79d78f2
Browse repository at this point
Commits on Jun 18, 2012
CS
cboden
committed
972e012
View commit details
Copy full SHA for 972e012
Browse repository at this point
[Socket] Buffer write errors
Show description for 597a933
cboden
committed
597a933
View commit details
Copy full SHA for 597a933
Browse repository at this point
Commits on Jun 17, 2012
Merge branch 'buffer-fragmentation' of github.com:react-php/react into buffer-fragmentation
cboden
committed
997ae5c
View commit details
Copy full SHA for 997ae5c
Browse repository at this point
[Socket] Buffer fix
Show description for 10a311e
cboden
committed
10a311e
View commit details
Copy full SHA for 10a311e
Browse repository at this point
[Socket] Buffering large messages
Show description for 957a966
cboden
committed
957a966
View commit details
Copy full SHA for 957a966
Browse repository at this point
[Socket] Buffer fix
Show description for de296f7
cboden
committed
de296f7
View commit details
Copy full SHA for de296f7
Browse repository at this point
[Socket] Buffering large messages
Show description for 92d148c
cboden
committed
92d148c
View commit details
Copy full SHA for 92d148c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.