Download the PHP package gsylvestre/php-models-generator without Composer
On this page you can find all versions of the php package gsylvestre/php-models-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gsylvestre/php-models-generator
More information about gsylvestre/php-models-generator
Files in gsylvestre/php-models-generator
Download gsylvestre/php-models-generator
More information about gsylvestre/php-models-generator
Files in gsylvestre/php-models-generator
Vendor gsylvestre
Package php-models-generator
Short Description Painlessly generates PHP models/entities from existing MySQL database
License MIT
Package php-models-generator
Short Description Painlessly generates PHP models/entities from existing MySQL database
License MIT
Please rate this library. Is it a good library?
Informations about the package php-models-generator
PHP models generator
Painlessly generates PHP models/entities from existing MySQL database!
Run a simple command and you'll get:
- one pretty model class for each table in your db
- automatic singular class names
- automatic camelCasing
- private props with lightweight getters and setters
How to install
In your web folder run:
How to use
Inside your new php-models-generator
directory, execute:
and follow the wizard for setting up database connection...
If you need to change database connection infos, edit the generated config.ini
file.
Enjoy and big up to Y!
All versions of php-models-generator with dependencies
PHP Build Version
Package Version
The package gsylvestre/php-models-generator contains the following files
Loading the files please wait ....