Libraries tagged by key code
rolfhaug/laravel-model-settings
1776 Downloads
A package that gives you a fluent api to add key/value settings to any Eloquent model
igaster/laravel-model-options
713 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
cratia/orm-model
1644 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
bdelespierre/laravel-has-uuid
426 Downloads
Provides support for UUID key type in Eloquent models
jaybizzle/hasmeta
1848 Downloads
Access model meta data as if it was a property on your model
illuminatech/db-safedelete
34 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
erikgall/eloquent-phpunit
16454 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
carpehora/extrapropertiesbehavior
20766 Downloads
ExtraPropertiesBehavior is a propel behavior to store key/value extra fields in a propel model.
r15ch13/peculiar
3241 Downloads
An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.
pratikkuikel/wasabi
78 Downloads
Laravel Json column keys to model attributes
afaanbilal/laravel-has-uuid
421 Downloads
Autogenerate UUIDs for your Models on insert and set the route-model-binding key to uuid.
slivka-b/laravel-uuid
87 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.
nevadskiy/laravel-uuid
3073 Downloads
The package provides UUID keys functionality for Eloquent models with one single trait.
bullhorn/fast-rest-services
2811 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
cakebake/yii2-scalable-behavior
105 Downloads
Key-Value storage is a very simplistic, but very powerful model. Use this behavior to expand your Yii 2 model without changing the structure.