for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if ( PHP_SAPI !== 'cli' ) {
die( 'Not an entry point' );
}
if ( is_readable( __DIR__ . '/../vendor/autoload.php' ) ) {
require __DIR__ . '/../vendor/autoload.php';