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.
- Host: GitHub
- URL: https://github.com/idrinth/entitygenerator
- Owner: Idrinth
- License: mit
- Created: 2017-03-07T21:25:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T11:44:56.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T12:15:40.647Z (over 1 year ago)
- Topics: database, generates-entities
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
[](https://travis-ci.org/Idrinth/EntityGenerator)
Codacy:
[](https://www.codacy.com/app/Idrinth/EntityGenerator?utm_source=github.com&utm_medium=referral&utm_content=Idrinth/EntityGenerator&utm_campaign=Badge_Grade)
[](https://www.codacy.com/app/Idrinth/EntityGenerator?utm_source=github.com&utm_medium=referral&utm_content=Idrinth/EntityGenerator&utm_campaign=Badge_Coverage)
Codeclimate:
[](https://lima.codeclimate.com/github/Idrinth/EntityGenerator)
[](https://lima.codeclimate.com/github/Idrinth/EntityGenerator)
## Example
```php
run(array('test','tester'));
```