This is the last article in a series I’ve written about understanding how PHP works. In this article, we will cover JIT in PHP.
This is the second part of my blog series on PHP. In this post, we will cover OPcache and preloading.
In summary, I don’t like using static classes in PHP. In this article, I will try to explain…
Are you curious about how PHP works internally? This post is the first in a series about better understanding PHP and how…
In this post, I’ll show you how to implement a service layer in PHP using a real-life example.
In this article, I will add a code sniffer to my project. These are my notes about the process.