buildFromDirectory(dirname(__FILE__) . '/src'); $phar->setStub(file_get_contents(__DIR__ . '/stub.php')); $phar->setMetadata([ 'buildtime' => time(), ]); $phar->compressFiles(Phar::GZ);