One of the most powerful benefits of the PHP language is its extensibility. In fact, almost every part of the language is implemented as a PHP extension, including some of the most used aspects of the language: DateTime, Random, cURL, PDO (and all RDBMS compatibility!), and many others. However, th…