2017 © Pedro Peláez
 

library entity-generator

Generates entities from a given database.

image

idrinth/entity-generator

Generates entities from a given database.

  • Tuesday, September 26, 2017
  • by Idrinth
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

EntityGenerator

Generates entities from a given database and provides optional handling of them., (*1)

Checks

Travis php 5.3-7.1: Travis Status, (*2)

Codacy: Codacy Badge Codacy Badge, (*3)

Codeclimate: Issue Count Code Climate, (*4)

Example

<?php
//generate entities for a schema named test and a schema named tester
//existance an autoloader is expected
$generator =  new \De\Idrinth\EntityGenerator\EntityGenerator(
                new \PDO('mysql:host:localhost', 'root', ''),
                __DIR__.DIRECTORY_SEPARATOR.'{{schema}}',
                'De\Idrinth\EntityGenerator\Test'
            );
$object->run(array('test','tester'));

The Versions

26/09 2017

dev-master

9999999-dev https://github.com/Idrinth/EntityGenerator

Generates entities from a given database.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/09 2017

dev-Idrinth-patch-1

dev-Idrinth-patch-1 https://github.com/Idrinth/EntityGenerator

Generates entities from a given database.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/03 2017

1.0.2

1.0.2.0 https://github.com/Idrinth/EntityGenerator

Generates entities from a given database.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/03 2017

1.0.1

1.0.1.0 https://github.com/Idrinth/EntityGenerator

Generates entities from a given database.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/03 2017

1.0.0

1.0.0.0 https://github.com/Idrinth/EntityGenerator

Generates entities from a given database.

  Sources   Download

MIT

The Requires

 

The Development Requires