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
176 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
46 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
25 Downloads
It allows you to create multidimensional TableNode based on dot notation
zngly/zngly-graphql-db
2 Downloads
A plugin that allows you to create custom database tables and use them in GraphQL queries & mutations
bootpress/sqlite
1188 Downloads
Extends the BootPress Database Component to create and update tables and indexes at will, and simplifies FTS full-text searching.
bootpress/bootstrap
599 Downloads
Create Bootstrap grids, tables, forms, buttons, dropdowns, groups, navs, breadcrumbs, pagination, panels, accordions, carousels, etc ... all without touching a single div!
aaw0/adnec-sliders
8 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.
roy404/schema
79 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.