Libraries tagged by database model
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.
bytestgear/eloquent-incrementable
749 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
roy404/eloquent
108 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
diontech/laravel-extended-scheduler
1547 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
aonodevs/laravel-cloudinary-upload
1440 Downloads
Package to upload images and videos on cloudinary and save their url into model's database
marabesi/easy-crud
75 Downloads
(Laravel 5+) Simple and effective way to generate CRUD from your models or database Edit
always-open/laravel-graphql-schema-generator
2631 Downloads
Generate GraphQL schema from existing Laravel models/database
adlanarifzr/translatr
44 Downloads
A simple trait to translate data from database through Laravel model
apps-inteligentes/email-tracking
3092 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
modera/security-bundle
5663 Downloads
Provides database aware implementation of Security model + some other perks
patrick-barreto/data-base
132 Downloads
Basic ORM to manipulate database and make a CRUD at model class very easy
itul/relatable
28 Downloads
Dynamically link models together without changing the database
yii2mod/yii2-data-sync-behavior
135 Downloads
Behavior for export data to local files from database tables. Changes are tracked using model events.
signifly/laravel-translator
3067 Downloads
Database based translations for your Eloquent models.
aegued/laravel-translations
87 Downloads
Create translations of the fields of a Model and save them in the database