An open API service indexing awesome lists of open source software.

https://github.com/idrinth/entitygenerator

Generates entities from a given database.
https://github.com/idrinth/entitygenerator

database generates-entities

Last synced: 2 months ago
JSON representation

Generates entities from a given database.

Awesome Lists containing this project

README

          

# EntityGenerator
Generates entities from a given database and provides optional handling of them.

## Checks

Travis php 5.3-7.1:
[![Travis Status](https://travis-ci.org/Idrinth/EntityGenerator.svg?branch=master)](https://travis-ci.org/Idrinth/EntityGenerator)

Codacy:
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7e300b0906044c91a1b3bcf592dcac22)](https://www.codacy.com/app/Idrinth/EntityGenerator?utm_source=github.com&utm_medium=referral&utm_content=Idrinth/EntityGenerator&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/7e300b0906044c91a1b3bcf592dcac22)](https://www.codacy.com/app/Idrinth/EntityGenerator?utm_source=github.com&utm_medium=referral&utm_content=Idrinth/EntityGenerator&utm_campaign=Badge_Coverage)

Codeclimate:
[![Issue Count](https://lima.codeclimate.com/github/Idrinth/EntityGenerator/badges/issue_count.svg)](https://lima.codeclimate.com/github/Idrinth/EntityGenerator)
[![Code Climate](https://lima.codeclimate.com/github/Idrinth/EntityGenerator/badges/gpa.svg)](https://lima.codeclimate.com/github/Idrinth/EntityGenerator)

## Example

```php
run(array('test','tester'));
```