Libraries tagged by database-table
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.
umobi/laravel-settings
19 Downloads
Persistent settings manager for laravel, using pivoted database table
tingfeng-key/lumen-iseed
442 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
thegr8dev/iseed
5 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
the.moiza/postgresql-relationship-finder
3 Downloads
Explore, analyze, and visualize relationships between database tables in PostgreSql
thanatosxia/iseed
108 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
tawenxi/iseed
24 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
syaim/dynamic_menu
2 Downloads
A simple package library to create dynamic menus which read from database table
svc/param-bundle
595 Downloads
Package to handle (set, get, edit) params in a database table
surgery3/db-event-log
2 Downloads
Log events to a flexible database table within the application
solophp/abstract-repository
22 Downloads
An abstract repository implementation for PHP applications, providing a standardized way to interact with database tables using the Solo Query Builder.
skychf/reap
90 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
siteset/laravel-dump
13 Downloads
Dump database tables with records as JSON for Laravel Framework
simbiat/db-maintainer
0 Downloads
Library to maintain database tables using its built-in commands.