Composer & Compile-Time Autoloading
PHP is a dynamic language; this comes with advantages and disadvantages. In this article, we'll be focusing on PHP's need for declaring classes during run-time, over and over, the same classes for each request, and how this causes unnecessary overhead.