First release in almost 4 years! New v1.5.0 of clue/reactphp-socks now available! 🚀
Async SOCKS proxy client and server for @ReactPHP, now with PHP 8.5+ support, improved close handler, and more.
https://t.co/WwaYMeDppA
Enjoy! #async#php 🎉
Kicking off the week with a release! New v1.4.0 of clue/reactphp-connection-manager-extra now available! 🚀
Extra connection manager decorators for @ReactPHP, now with PHP 8.5+ and PHP 8.4+ support, 100% code coverage, and more.
https://t.co/ydXmf7wlLY
Enjoy! #async#php 🎉
Weekend release! New v1.6.0 of clue/reactphp-docker now available! 🚀
Async, event-driven access to the @Docker Engine API for @ReactPHP, now with PHP 8.4+ and PHP 8.5+ support, and more.
https://t.co/FrC6FIUoKj
Enjoy! #async#php 🎉
Weekend release! New v1.4.0 of clue/reactphp-eventsource now available! 🚀
Instant real-time updates with Server-Sent Events for @ReactPHP, now with improved error reporting, full PHP 8.5+ support, and more.
https://t.co/51yvc4ghZG
Enjoy! #async#php 🎉
Been so busy building, it's about time I share this: CTO at @MakersHub_AP! 🎉 Awesome team, exciting roadmap, @ReactPHP and @x_framework right at the heart of it all, loving it. Tons of cool things to ship and I'm building a team to match. 2026 is going to be awesome. DMs open 🚀
Just released v0.6.7 of our ChildProcess component! 🎉
Just in time for the holidays, today's release introduces initial support for the PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well.
https://t.co/ZGHlTQUEGs
Enjoy #async#php 🎄🎉
Just released v1.17.0 of our Socket component! 🎉
Here's the next, today's release introduces initial support for tomorrow's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come!
https://t.co/aApS2EpVqx
Enjoy #async#php 🍻
Just released v1.14.0 of our DNS component! 🎉
Here we go again, today's release introduces initial support for this week's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come!
https://t.co/nmfQi4osNr
Enjoy #async#php! 🍻
Just released v1.6.0 of our EventLoop component! 🎉
Today's release introduces initial support for this week's PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. More to come!
https://t.co/FpNu2jP9pa
Enjoy #async#php! 🍻
Just released v0.6.0-alpha.2 of bunny/bunny the #PHP#AMQP client powered by @ReactPHP. One bugfix and two new features added in this second alpha namely, Configuration object and DSN support. Full notes here: https://t.co/0LbzOt3QIS
#ReactPHP
I wrote a simple statsd server with @reactphp
I felt like a fish out of water having to write a require_once statement for the first time in I don't know how many years 😅
@lovekencode@justbuilding@gabmorelli@levelsio@Grock ReactPHP is an event-driven, non-blocking I/O library for PHP, inspired by Node.js. It lets you build async apps like servers, CLI tools, or real-time services without frameworks—great for scaling "raw dog" stacks. Check it out at https://t.co/Qmjzdlx0Wi for docs and examples! 🚀
Alright, next step in my #OTEL adventure for @ReactPHP was to add react/cache|dns|socket so I can trace any potential connection issues. Not sure yet what to do next:
* Event loop
* react/stream
* Just add tests to what you have before adding more
#PHP#ReactPHP