Libraries tagged by create table
okipa/laravel-model-json-storage
1364 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.
bootpress/sqlite
1176 Downloads
Extends the BootPress Database Component to create and update tables and indexes at will, and simplifies FTS full-text searching.
artfulrobot/csv2mysql
92 Downloads
Script to take a CSV file and generate MySQL SQL commands to create it as a table.
screenfeed/autowpdb
7 Downloads
Create and use custom database tables in WordPress.
maurocampisi/laravel-views
201 Downloads
Laravel package to create beautiful common views like tables using only PHP code
batrox/laravel-views
27 Downloads
Laravel package to create beautiful common views like tables using only PHP code
agoussec/phpdbtabletoexcel
7 Downloads
Create Excel sheet directly from database table rows
intrd/sqlite-dbintrd
103 Downloads
DBIntrd - Simple PHP framework for SQLite3 databases. A magic way to automatically create objects and persists data at SQLite3 tables.
hgg/dbbackup
35 Downloads
Create backup files of databases or individual tables and restore from dump files
iramgutierrez/laravel-resource-api
111 Downloads
Create a resource API for Laravel 5.2: entity, repository, manager, validator, controller, migration, table , route and documentation
akceli/laravel-code-generator
8873 Downloads
Generator Temperated Code form database tables. This Package provides data to templates that you create to generate code to scaffold projects rapidly so you can spend most of your time doing the fun stuff.
table-php/table-creator
9 Downloads
Easy way to create table
smitmartijn/discord-table-builder
4 Downloads
A simple package to create tables in Discord messages.
lubos/table
82 Downloads
CakePHP Table plugin helps you to create table via CakePHP helper
com.jukusoft/php-database-table-upgrader
21 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.