Trending

#reactphp

Latest posts tagged with #reactphp on Bluesky

Latest Top
Trending

Posts tagged #reactphp

Post image

Attempting to get some PR's for ReactPHP out, can't even rebase right now:

#git #github #reactphp #php

1 0 1 0
Preview
Release v0.6.0-alpha.2 · jakubkulhan/bunny Since v0.6.0-alpha.1 Non-Breaking Changes: Added support for DSNs DSN To make configuration simple, and support existing standards, DSN (configuration by URL) has been added: use Bunny\Client; us...

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/...

1 0 0 0
Preview
Release v0.6.0-alpha.1 · jakubkulhan/bunny Non-Breaking Changes: Merged clients into one Marked Client and Channel final through doc block and introduced interfaces for them for unit testing Dropped build in event loop, socket, and stream ...

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

0 0 0 0
Post image

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

0 0 0 0

added ext-amqp to the comparison: github.com/jakubkulhan/...

#PHP #RabbitMQ #ReactPHP #AMQP

0 0 1 0
Post image

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

1 0 1 0

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

0 0 1 0
Preview
Release 1.0.0 · WyriHaximus/reactphp-opportunistic-tls Usage Because this package is extracted from this PR the API is identical as to proposed there. Making it a two line change in any packages using this package once the PR has been merged. We, the R...

Released v1 of wyrihaximus/react-opportunistic-tls for #ReactPHP: github.com/WyriHaximus/...

#PHP #ReactPHP #TLS

1 0 0 0
Post image

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

0 0 0 0
Preview
GitHub - friends-of-reactphp/mysql: Async MySQL database client for ReactPHP. Async MySQL database client for ReactPHP. Contribute to friends-of-reactphp/mysql development by creating an account on GitHub.

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.

0 0 1 0

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

0 0 1 0
Post image

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

1 0 1 0
Post image

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

0 0 0 0
Preview
ReactPHP Parallel v2(.1) With fibers in PHP 8.1 and templates types in Promise v3 the main focus for ReactPHP Parallel v2 is a simpler type safe user facing API. With Promise v3 and Async v4 providing exactly with we need to…

New Blog Post: ReactPHP Parallel v2(.1)
blog.wyrihaximus.net/2025/06/reac...
#php #blog #parallel #threads #reactphp #async #psr15

0 0 0 0
Post image

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

0 0 0 0
Post image

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

1 0 1 0
Video

The recording of it being generated is rather trippy:

#PHP #Threads #Programming #ZTS #ReactPHP #Parallel

1 0 0 0
Post image Post image

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

1 0 1 0

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

2 0 0 0
Async PHP | Pushpak Chhajed | Laravel Pune November 2024 Chapter
Async PHP | Pushpak Chhajed | Laravel Pune November 2024 Chapter YouTube video by Laravel Pune Community

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

4 1 0 0
Preview
Release v3.0.0 · reactphp/promise A major new feature release, see release announcement. We'd like to emphasize that this component is production ready and battle-tested. We plan to support all long-term support (LTS) releases fo...

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

2 0 0 0

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.

1 0 1 0