Top 6 PHP Asynchronou Projects
-
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
Project mention: Scaling to ~15K requests per second with Java – Part 1 | news.ycombinator.com | 2023-07-14I 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.
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
Not really, it's just the respective functional design approaches are applicable everywhere (Java, Scala, Kotlin, Swift, C++, Rust, JS ... PHP) and there's a practical benefit to it in terms of the amount of code and overall cognitive complexity needed for the respective implementation.
-
-
Porter
:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs. (by ScriptFUSION)
Project mention: Porter v7 release – Asynchronous data imports, now with fiber support | /r/PHP | 2022-12-09 -
PHP-watcher
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
Index
What are some of the best open-source Asynchronou projects in PHP? This list will help you:
Project | Stars | |
---|---|---|
1 | Workerman | 10,661 |
2 | Amp | 4,016 |
3 | RxPHP | 1,675 |
4 | Recoil | 796 |
5 | Porter | 602 |
6 | PHP-watcher | 384 |