Source code:
include("fxcore.php");
$libraryInformation = \fire\getEngineInformation();
echo "engine library name: " . $libraryInformation->getName() . "\n";
echo "engine library version: " . $libraryInformation->getVersion() . "\n";
echo "engine library vendor: " . $libraryInformation->getVendor() . "\n";
Output: