phpsocket.io
A server side alternative implementation of socket.io in PHP based on workerman. (by walkor)
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. (by walkor)
phpsocket.io | Workerman | |
---|---|---|
3 | 9 | |
2,312 | 11,311 | |
0.1% | 0.6% | |
2.8 | 9.1 | |
4 months ago | 9 days ago | |
PHP | PHP | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
phpsocket.io
Posts with mentions or reviews of phpsocket.io.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-15.
-
Building a custom online chat
You can run a node js with socket Io as a WebSocket service and then use Apache to proxy it, you could still use your HTML served by Apache with no problem. Also, there's an implementation of socket Io written in PHP, maybe it worth take a look https://github.com/walkor/phpsocket.io
- Integrating a websocket interfase into a REST API?
-
Server response to AJAX request, or a websocket approach. Do you have media to recommend to learn this ? Thank you
If neither works I do not have experience with the next. But a Socket.io type implementation could work. Could make a simple web API in node to handle just the events/web sockets. Can also look around to see if anyone has made any implementations of Socket.Io for php that would work with the Socket.Io JS client library. Here's one, don't know if it works or how well.
Workerman
Posts with mentions or reviews of Workerman.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-29.
- Workerman: Libevent-based asynchronous event driven PHP socket framework
- FrankenPHP: The Modern PHP App Server
-
Swift sucks at web serving or does it?
Yeah one could use https://github.com/walkor/workerman for PHP and it would probably beat all other frameworks in the graph.
Would it be a representative experience compared to PHP? No, because that's not would be used in an average scenario.
-
Scaling to ~15K requests per second with Java – Part 1
I remember a consulting gig where they were pushing 50k requests per second with PHP in a 2018 laptop by using this framework https://github.com/walkor/workerman
In a real application, with database connection pooling and auth sessions, it went down to 15k requests/s.
And that was PHP7. PHP8 introduced JIT so it's probably significantly faster these days and hopefully fully typed.
-
Build Warehouse and Store Management System - Pt. 4 - Final
The code above is an example of creating a websocket server from the usage example on the workerman/workerman page on github.
- Integrating a websocket interfase into a REST API?
-
Exotic/unknown frameworks?
Workerman
- Running PHP code in parallel, the easy way
-
Asynchronous PHP — Multiprocessing, Multithreading & Coroutines - Diving Laravel
That's cute. I managed to get 100k requests per second on a single i7 CPU this week using standard blocking code with Workerman. Zero added cognitive load. It also does DB pooling, workers, sockets and consumes relatively lower memory than other solutions.
What are some alternatives?
When comparing phpsocket.io and Workerman you can also consider the following projects:
laravel-swoole - High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Ratchet - Asynchronous WebSocket server
comet - Modern PHP framework for building blazing fast REST APIs and microservices
React - Event-driven, non-blocking I/O with PHP.
smtp-mailer - SMTP mail sending and scheduling service
Amp - A non-blocking concurrency framework for PHP applications. 🐘