Libraries tagged by database-table
alkhachatryan/encryptable
113 Downloads
:Laravel package to encrypt / decrypt the database tables / columns
com.jukusoft/php-database-table-upgrader
22 Downloads
php-database-table-upgrader, An database upgrader for upgrade mysql table structures automatically. You dont have to write CREATE TABLE, ALTER TABLE querys and so on anymore, just configure your table structure in PHP and the classes will upgrade your table structures automatically.
abuyoyo/database-table
20 Downloads
WordPress database table helper class
zngly/zngly-graphql-db
2 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
zmon/laravel-crud-generator-zmon
368 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
zeuz113/laravel-crud-generator
54 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables - forked from kEpEx/laravel-crud-generator
yyxx9988/yii2echarts
17 Downloads
A yii2 extension that can auto export echarts config by analysis database table schema.
xengine/iseed
242 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
winchester/hd-logger
6 Downloads
A laravel package for logging errors,exceptions and information into mysql database table
webmakers/symfony-setting-bundle
45 Downloads
Bundle for Symfony2 to store site settings in database table
webduonederland/laravel-missing-translations
2 Downloads
Laravel package to detect and store missing translations in a database table
wcerfgba/send_emails
4 Downloads
A simple script to send emails from jobs in a database table. Suitable for cron. Copy-and-edit.
vs7/magento-module-jsdb
0 Downloads
Magento extension. Cron generated static database (table) to use with TaffyDB eg.
vortechron/iseed
39 Downloads
Generate a new Laravel database seed file based on data from the existing 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.