Libraries tagged by generate database
clouddueling/auto-migrate
26 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
ceddyg/clara-entity-generator
506 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
arousacode/webapp_liblet
12 Downloads
Small library to automatically load data from HTMl form in any PHP object, and to generate HTML inputs from it. Also load and store into PDO database.
anthony-shoshi/contact
5 Downloads
This package generate contact form and store contact data in database.
alexanderzon/hashids
626 Downloads
Fork from hashids/hashids: Generate hashids like YouTube or Bitly from numbers to obfuscate your database primary ids, or navigate to the right shard.
adamgoose/seed-gen
616 Downloads
Generate a new seed file based on data from the existing database table.
sprov03/laravel-code-generator
1135 Downloads
Generator Temperated Code form database tables. This Package provides data to templates that you create to generate code to scaffold projects rapidly so you can spend most of your time doing the fun stuff.
kitloong/laravel-migrations-generator
5996185 Downloads
Generates Laravel Migrations from an existing database
xethron/migrations-generator
3207511 Downloads
Generates Laravel Migrations from an existing database
lorisleiva/laravel-search-string
367006 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
oscarafdev/migrations-generator
564263 Downloads
Generates Laravel Migrations from an existing database
jawira/db-draw
62796 Downloads
📐 Takes a DoctrineORM connection and generates a database diagram in .puml format
anglemx/airports
8011 Downloads
Auto-generated PHP abstract class that contains the global IATA Aiport database in pure PHP code.
nachofassini/laravel-database-structure
3939 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
parm/parm
4982 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows