Libraries tagged by database-table
sematico/baselibs-schema
3 Downloads
A chainable wrapper for creating database tables schema powered by wpdb in WordPress.
seblhaire/tablebuilder
61 Downloads
A Laravel library to build tables easily, which interacts with a lightweight js builder and builds data from Eloquent Object-Relational Mapping with database tables, or can be used with static data.
sdkwala/laravel-activity-logger
1 Downloads
A Laravel package to log model events (created, updated, deleted) to a database table with hybrid model registration.
schtr4jh/dbsync
12 Downloads
Useful PHP package for syncing MySQL database tables between databases. Specially useful when you have to sync preprod database with prod, migrate some changes or simply want to see data differences.
schams-net/form2database
2 Downloads
TYPO3 Form Finisher: Store submitted data into a database table
sausin/laravel-set-autoincrement
168 Downloads
Package to help with update of auto increment for database tables in laravel
sarelvdwalt/db-archive-bundle
12 Downloads
Bundle to archive database tables using different strategies
santoshachari/generators
60 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
samkitano/l4seeder
15 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
revolta77/laravel-schedule-monitor
58 Downloads
Monitor the output of scheduled tasks in a database table
resohead/laravel-cli-schema
3 Downloads
List database table schema from Artisan (Laravel CLI)
rapidwebltd/search
73 Downloads
Search allows you to easily add an intelligent search engine to your website or web application. It can be configured to search any database table.
programster/orm-generator
1020 Downloads
This package automates the creation of the table and object files for each of your database tables when you are using the irap/mysql-objects or programster/pgsql-objects package.
pradility/seedera
7 Downloads
Seeder generation from database table data