stitcher.io
It is unusual for us to feature the same article twice.
This one earned it because it was updated, sharpening the author's original point.
It now provides a more nuanced explanation around the ext/sodium polyfill,
sparked by discussions on social media.
Picked by Sebastian Bergmann and Stefan Priebsch –
"We are glad to see this article growing into a broader community discussion.
We like to think that PHP Reads played some role in moving this conversation forward."
journal.stuffwithstuff.com
“What Color is Your Function?” is more than a famous metaphor. The article shows how asynchronous code
shapes API design, composition, control flow, and error handling all at once. Even though the post dates
back to 2015, its core insight remains highly relevant to today's discussion about async in PHP.
Picked by Stefan Priebsch –
"This is still one of the clearest explanations of why async is not just a language feature, but a design
constraint."
tideways.com
Benjamin Eberlei explains how to unlock one of PHP's most effective performance levers without touching
application code or redesigning the architecture: OPcache configuration. The result is a piece that is
deeply
technical, highly practical, and immediately useful.
Picked by Sebastian Bergmann –
"Benjamin consistently delivers practical performance guidance. This one is a strong example
that is valuable well beyond the usual checklist advice."