thePHP.cc Logo Deutsch Contact

PHP in 2020: Fully Loaded

Does your application rely on autoloading? Chances are, it does – given autoloading was introduced to PHP back in Version 5. While the original global function has long been deprecated, since PHP 7.4 the whole concept of autoloading became superfluous.

This talk will introduce you to the new preloading mechanism and how it is likely to change pretty much everything: how to load classes, and when and how to deploy new versions to production.