Skip to content

globtec/doctrine-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator to Doctrine ORM 2

A PHP package customized to generate entity and repository classes of a project that uses Doctrine ORM in a command-line interface.

Installation

composer require globtec/doctrine-generator --dev

Usage

Before, you need create a PHP file named generator.php with the following code:

require_once 'vendor/autoload.php';

// TODO: Add an instance of the EntityManager and assigns in a variable named $em 

Generator\Application::run($em);

To view a list of all available commands, you may use the list command:

php generator.php list

To view all arguments and options, you may use the help command:

php generator.php doctrine:generate --help

About

A PHP package customized to generate entity and repository classes of a project that uses Doctrine ORM 2

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages