Download the PHP package jabarihunt/mysql-model-builder without Composer
On this page you can find all versions of the php package jabarihunt/mysql-model-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jabarihunt/mysql-model-builder
More information about jabarihunt/mysql-model-builder
Files in jabarihunt/mysql-model-builder
Package mysql-model-builder
Short Description A class that builds usable models based on your MySQL database tables.
License MIT
Homepage https://github.com/jabarihunt/mysql-model-builder
Informations about the package mysql-model-builder
MySQL Model Builder
A development utility that creates CRUD models from your MySQL database tables.
Getting Started
Once the below conditions are met, you can build usable models for your entire database...
Prerequisites
- PHP 8+
- .env file in your project with DB credentials
Installing
Run the following command in the same directory as your project's composer.json file:
composer require --dev jabarihunt/mysql-model-builder
This will install the tool as a development dependency. Remember, you should always run the following before deploying to production:
composer install --no-dev
Usage
Contributing
- Fork Repository
- Create a descriptive branch name
- Make edits to your branch
- Squash (Rebase) your commits
- Create a pull request
License
This project is licensed under the MIT License - see the LICENSE.md file for details
All versions of mysql-model-builder with dependencies
icanboogie/inflector Version 2.0.1
jabarihunt/mysql Version v1.5.0
vlucas/phpdotenv Version 5.4.1