2017 © Pedro Peláez
 

library entity-generator

This is a simple form that will give you the necessary files that you need for entities, such as a zf2 application

image

driessenstijn/entity-generator

This is a simple form that will give you the necessary files that you need for entities, such as a zf2 application

  • Monday, March 7, 2016
  • by driessenstijn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

EntityGenerator

EntityGenerator will help you to create the models/entities that you require for your application. If your IDE is not supportive enough, you can simply copy paste your table columns in here., (*1)

Installation

composer require driessenstijn/EntityGenerator/

Why use EntityGenerator?

Well, if your IDE is not supportive enough you must have something else to do the dirty work., (*2)

How to use

It's simple: - Type: EXPLAIN, (*3)

<, (*4)

table> in your MySQL Workbench - Copy the columns of name and type to your clipboard - Paste your clipboard and enter your table name in the form - Enjoy the file content that needs to be created, (*5)

Usage example

require_once __DIR__ . '/../vendor/autoload.php';

use EntityGenerator\EntityGenerator;

The Versions

07/03 2016

dev-master

9999999-dev

This is a simple form that will give you the necessary files that you need for entities, such as a zf2 application

  Sources   Download

The Requires

  • php >5.3.0

 

by Stijn Driessen