Libraries tagged by model_to_table
internetguru/laravel-model-browser
3493 Downloads
A Laravel package to browse models and show them in a table, autocmplete, etc.
grungestranger/laravel-eloquent-table-name-trait
13432 Downloads
Eloquent trait to get the names of tables of your models statically.
haakco/laravel-enum-generator
11054 Downloads
Generates simple class to act as an enum from a table specified in its con
orca-services/cakephp-data-validation-testing
496 Downloads
A plugin to simplify testing of data validation configuration of tables in CakePHP applications
mehadi/laravel-crud-generator
1581 Downloads
A laravel package to generate CRUD by giving Model and database table column
burn/yii2-db-archiver
7078 Downloads
DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)
particle-academy/last-word
40 Downloads
Standalone word-processing document read/write tool for agentic docs. Framework-agnostic PHP core that writes .docx (Office Open XML / WordprocessingML) from a JSON document model — headings, styled runs, nested lists, tables, code blocks, quotes, embedded images — reads them back with high fidelity, and bridges to/from GFM markdown so WYSIWYG editors round-trip Word files without converter sandwiches.
bangerkuwranger/magento2-gtid-safe-url-rewrite-tables
2121 Downloads
Magento 2 module that overrides the temporary table creation in catalog-url-rewrite/model/map with a permanent table to allow for GTID consistency in replicated SQL databases.
ohtarr/service-now-model
5428 Downloads
PHP7 Laravel5 component to connect to ServiceNow Table API
lexbelcode/laravel-eloquent-dynamic-tables-for-models
5 Downloads
A simple but effective way to set the table of a model at runtime and continue using Eloquent instead of QueryBuilder
dialloibrahima/laravel-model-media
67 Downloads
A lightweight trait for managing media files directly on your Eloquent models, without additional tables. Perfect when you need to attach files to models by simply storing the path as an attribute.
apihawk/laravel-model-generator
1526 Downloads
ApiHawk solution to export existing tables into Laravel Models
okipa/laravel-model-json-storage
1378 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.
rogercbe/table-sorter
649 Downloads
A package to easily add sorting functionality to any of your models along with helpers to create the sorting links.
aidask/yii-closure-table-behavior
178 Downloads
ActiveRecord model behavior that allows to work with tree data.