Libraries tagged by create table
mouf/database.dbstats
88 Downloads
This package provides a set of classes that can be used to create 'aggregation' table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
kcy/dynamic-datatables
4 Downloads
A little work to create dynamic tables from different projects
josercl/laraveladmin
30 Downloads
Library to create admin tables
jjawesome/yii-tool
1 Downloads
it is a yii fillform tool and middle table create tool that can fast and easy create a fillform page base on yii2 and it can product a api,the middleware tool can run many node,use sql both you can write php-programe,and the query is unbuffer,so do't care memory
cmdtaz/metadata
45 Downloads
Will help you to manage your metadata instead of create one table for each datasets
bluegg/csvtotable
32 Downloads
Create a table from a CSV
ralfmaxxx/behat_multidimensional_extension
24 Downloads
It allows you to create multidimensional TableNode based on dot notation
zngly/zngly-graphql-db
1 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
timo/createhtmltable
3 Downloads
a small function to create an html table with arrays u need
bootpress/bootstrap
588 Downloads
Create Bootstrap grids, tables, forms, buttons, dropdowns, groups, navs, breadcrumbs, pagination, panels, accordions, carousels, etc ... all without touching a single div!
bluewebmv/log
450 Downloads
Symfony custom create log in table.
aaw0/adnec-sliders
6 Downloads
Home Page Sliders to be used in the carousel and replace the old way, create a database table too.
slam/php-spreadsheet-helper
246 Downloads
PhpSpreadsheet helper to create organized data 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.