Libraries tagged by model_to_table
zuborawka/cakephp-thread-utility
12 Downloads
Utility class to handle threaded data which genereted by CakePHP Model::find('threaded')
rummykhan/moloquent-logger
1 Downloads
Log Moloquent model changes to logs table
j0113/odb
67 Downloads
Object Oriented database wrapper for PHP. Designed to be(come) compatible with multiple database. Queries are written in PHP and tables are connected to models.
digitalruby/meta-data
13 Downloads
Adds a flexible key/value table to your Laravel models
agileelement/sucrose
122 Downloads
A Laravel Model helper for connecting to SugarCRM/SuiteCRM tables.
adamcrampton/laravel-database-logger
798 Downloads
Write Laravel logs to database table via Eloquent model
soatdev/translations
20 Downloads
Package that provide mutilanguage capabilities to models through the use of dedicated tables, traits and form macros
atiline/yii2-additional-fields-trait
24 Downloads
Library for use special table for store additional fields to ActiveRecord models.
albaroody/staging
7 Downloads
Allow any Laravel model to be saved as a draft (staged) into a separate system without affecting real database tables.
said/private-package
2 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
said/laravel-translatable
65 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.
yiiman/yii-lib-metalib
77 Downloads
meta library for store your data in table like options,objects,strings and etc, that can related to another models
slave/validpack
60 Downloads
Model validate package, uses the laravel validation class, rules must be passed as as a variable to and every table should be passed as a model in the app
middleout/doplio
108 Downloads
The Doplio ORM provides a beautiful, PHP DataMapper implementation for working with your database and objects using Eloquent for a access to the raw table data. It completely unties your model from the database.