Download the PHP package shyim/database-entities-builder without Composer
On this page you can find all versions of the php package shyim/database-entities-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shyim/database-entities-builder
More information about shyim/database-entities-builder
Files in shyim/database-entities-builder
Download shyim/database-entities-builder
More information about shyim/database-entities-builder
Files in shyim/database-entities-builder
Vendor shyim
Package database-entities-builder
Short Description Generates simple database entities from doctrine mysql schema
License MIT
Homepage https://github.com/shyim/DatabaseEntitiesBuilder
Package database-entities-builder
Short Description Generates simple database entities from doctrine mysql schema
License MIT
Homepage https://github.com/shyim/DatabaseEntitiesBuilder
Please rate this library. Is it a good library?
Informations about the package database-entities-builder
Database Entities Generator
This package generates simple entities, repository and service from a mysql database schema.
Pro
- Lower overhead, its using dbal in background
- No magic, just the generated classes
Contra
- Its too simple, so it can't resolve associations or so
- No validation
Example Usage
Example Generated Code: https://gist.github.com/shyim/edc17de35a5896c2a47c8a9eb90541bd
Retrive a entity
Create a new entity
Update a entity
Delete a entity
Integrations
All versions of database-entities-builder with dependencies
PHP Build Version
Package Version
The package shyim/database-entities-builder contains the following files
Loading the files please wait ....