Provided by: php-doctrine-orm_2.4.8-2_all 

NAME
doctrine - Doctrine command line interface
SYNOPSIS
doctrine
DESCRIPTION
<?php use Doctrine\ORM\Tools\Console\ConsoleRunner;
// replace with file to your own project bootstrap require_once 'bootstrap.php';
// replace with mechanism to retrieve EntityManager in your app $entityManager = GetEntityManager();
return ConsoleRunner::createHelperSet($entityManager);
doctrine 2.4.8 March 2016 DOCTRINE(1)