Libraries tagged by generate database
polidog/tehilim
14 Downloads
Prisma-style schema-first database toolkit for PHP. No class mapping; generated query clients with PHPStan-friendly array shapes.
mohiwalla/dtquick
3 Downloads
DataTables Quick is a lightweight and fast JavaScript library that simplifies the process of displaying data from databases. With minimal server-side code required, DataTables Quick generates queries automatically and saves time.
gsylvestre/php-models-generator
39 Downloads
Painlessly generates PHP models/entities from existing MySQL database
bullhorn/fast-rest-services
3062 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
shyim/database-entities-builder-bundle
6 Downloads
Generates simple database models from doctrine mysql schema
shyim/database-entities-builder
19 Downloads
Generates simple database entities from doctrine mysql schema
phloxcz/entity-database
3 Downloads
Entity layer for Nette Database — typed entities generated from DB schema, with property hooks and dirty tracking.
megaads/generate-sitemap
900 Downloads
This package genernate sitemap.xml file automatically base on databse tables.
shangjinglong/dictionary
58 Downloads
A toolkit that generates a database dictionary package for the Laravel and Lumen frameworks.
xnoire666/db-diff
0 Downloads
Laravel artisan command that diffs two MySQL databases and generates SQL files for the missing tables, views, columns, and mismatched column properties.
wink/wink-model-generator
22 Downloads
A powerful Laravel package that automatically generates Eloquent models from your existing database schema, supporting both MySQL and SQLite databases
eril/tbl-class
45 Downloads
CLI tool that Generates stable PHP constants from your database schema to improve IDE autocomplete and avoid SQL typos.
webonaute/doctrine-datalocking-bundle
20250 Downloads
Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
mya-zaki/laravel-schemaspy-meta
451 Downloads
Generates xml to modify input that will affect output from SchemaSpy.
dczech/fluentpdo
140 Downloads
FluentPDO (pgsql) is small PHP library for rapid query building. Killer feature is smart join builder which generates joins automatically.