2017 © Pedro Peláez
 

library doctrine2eloquent

Doctrine 2 Eloquent

image

pierophp/doctrine2eloquent

Doctrine 2 Eloquent

  • Friday, September 23, 2016
  • by pierophp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Doctrine2Eloquent

Created to convert YML doctrine to eloquent models, (*1)

Usage

app/console doctrine2eloquent:yamlconverter --yaml_path src/AcmeBundle/Resources/config/doctrine --model_path src/AcmeBundle/Model --model_namespace AcmeBundle\\Model

Params

--yaml_path

Required. The YML path of doctrine definitions, (*2)

--model_path

Required. The path of the Eloquent models to be generated, (*3)

--model_namespace

Required. The namespace of Eloquent models to be generated, (*4)

--model_prefix

Optional. The prefix of Eloquent models to be generated, (*5)

The Versions

23/09 2016

dev-master

9999999-dev

Doctrine 2 Eloquent

  Sources   Download

The Requires

 

by Piero Giusti