Happy new year! May it be finishing off the crap 2020 started, and get a lot better after that!
Two and a half years ago I wrote how to
use RecoilPHP
to create a PSR-15 middleware adapter for react/http
using coroutines, monkey patching, and autoloader hijacking. Today there is a followup on that without any coroutines,
monkey patching, and autoloader hijacking. But using ext-parallel
instead,
react-parallel/psr-15-adapter
was created.
Recently we, ReactPHP, released 0.5 of our cache package with
TTL and other PSR-16
similarities. In this post we'll go over which packages
I recently updated and how I am using them in my sites.