Attempting to get some PR's for ReactPHP out, can't even rebase right now:
#git #github #reactphp #php
Latest posts tagged with #reactphp on Bluesky
Attempting to get some PR's for ReactPHP out, can't even rebase right now:
#git #github #reactphp #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: github.com/jakubkulhan/...
Time for a release Friday release: Bunny v0.6.0-alpha.1 is out with a host of changes since v0.5: github.com/jakubkulhan/...
It's been a lot of fun doing this major rework on Bunny's internals into a full #ReactPHP client using fibers internally to simplify the public API.
#php #amqp #rabbitmq
Started preparing the Bunny 0.6 release post for later this year, GitHub sponsors get a preview in a few days:
#php #bunny #amqp #rabbitmq #reactphp
Seeing the difference in numbers, 10 years apart, countless upgrades and changes to ReactPHP, merged Sync and Async clients into one non-blocking (fiber) client, many improvements to PHP since, it hypes me up with excitement for what is next. Also
#PHP #RabbitMQ #ReactPHP #AMQP
Currently re-running benchmarks for Bunny to prepare for the first 0.6 alpha/beta. And hot damn, those numbers changed in 10 years. Also running them for php-amqplib to get a fair and proper update. But I'm so hyped for how much those numbers have improved!
#php #amqp #bunny #reactphp #RabbitMQ
Released v1 of wyrihaximus/react-opportunistic-tls for #ReactPHP: github.com/WyriHaximus/...
#PHP #ReactPHP #TLS
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
other potentional #ReactPHP package that would benefit from this, which will probably mean github.com/friends-of-r..., github.com/clue/reactph..., and github.com/voryx/PgAsync.
direction, and be a great rubber duck. Both of these, and more for #ReactPHP will have #OTEL auto-instrumentation.
After that I'll have a look at Shawn Maddock's (github.com/smaddock) work on github.com/opentelemetr... and start working on adding #HTTP Server support. And then look at any
Score! Managed to hook the cluster at home up to #Grafana #cloud over #OTLP for shipping #traces 🎉 . Next up:
* Figure out how to do a better presentation in Grafana
* Optimize OTEL collection deployment, work out all the issues etc
#php #reactphp
Getting close to running my first #ReactPHP service with #OTEL traces. Write the first PoC instrumentation for Bunny and #ReactPHP's #Filesystem. (Since all this service does is put files on S3.) Once this works, I'll be make sure all of this lands in packages one way or the other:
#php
New Blog Post: ReactPHP Parallel v2(.1)
blog.wyrihaximus.net/2025/06/reac...
#php #blog #parallel #threads #reactphp #async #psr15
Spent today deep diving into #OTEL's Tracing and Spans. Nowhere close to something fully working and ready to PR/create a new package, but get some basic stuff for #Bunny up and running.
#PHP #ReactPHP
Success! Build a high performance scalable #AWS #S3 file uploader in #PHP using #ReactPHP for the next versions of the www.wyrimaps.net/wow/ map tiles. It only does error files for the CDN. So hitting it now will always show the same image, whatever URL you use. But next up are nearly half a
The recording of it being generated is rather trippy:
#PHP #Threads #Programming #ZTS #ReactPHP #Parallel
The plus side of checking all examples is finding gems like this one, and the art it makes: github.com/reactphp-parallel/reactp...
#PHP #Threads #Programming #ZTS #ReactPHP #Parallel
DiscordPHP v10.1.1 has officially been released and is now available under the v10.1.1 tag. Versions ^10.1.0 will mandate the usage of React/Promise v3. Any bots that still require v2 should lock their composer.json to use v10.0.0.
#discord #reactphp #php #opensource #devtools
Async PHP, a talk from @pushpak.bsky.social @ Laravel Pune Meet-up is live on Youtube. Presentation and Github Link used in the talk is in the description. I have added timestamps to divide the video into two parts, Theory & Demo.
www.youtube.com/watch?v=_9K6...
#php #laravel #reactphp #india #pune
React/Promise v3 changes are now live for testing on dev-master. See github.com/reactphp/pro... for BC recommendations, such as replacing any existing instances of resolve() and reject() in your code to resolve($value) and reject(\Throwable $exception)
#Discord #ReactPHP #PHP #OpenSource #DevTools
With the Symfony Runtime component you basically can develop the app as always, but wrap it with #ReactPHP or anything else. I don't think strict coupling like Spring Boot is a better approach.