Libraries tagged by eloquent database
korridor/laravel-computed-attributes
15995 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
heroicpixels/filterable
79092 Downloads
Laravel package for dynamically filtering Eloquent results using URL query string.
gregoryduckworth/encryptable
51173 Downloads
A simple trait to make attributes encrypted in the database
friendsofcat/laravel-couchbase
28698 Downloads
A Couchbase based Eloquent model and Query builder for Laravel
fitztrev/query-tracer
18590 Downloads
Backtrace database queries
dbout/wp-orm
5675 Downloads
WordPress ORM with Eloquent.
baril/orderly
28083 Downloads
Orderable/sortable behavior for Eloquent models.
audunru/eager-load-pivot-relations
22288 Downloads
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.
axn/laravel-models-generator
12411 Downloads
Eloquent model generation from the database.
shakahl/laravel-eloquent-mysqli
5687 Downloads
MySQLi driver (connector) for Laravel 8.x Eloquent database
rmtrin/laravel-cross-database-subqueries
1568 Downloads
Eloquent cross database compatibility in subqueries
kamalsroor/laravel-cross-database-subqueries
5038 Downloads
Eloquent cross database compatibility in subqueries
adnanhussainturki/laravel-cross-database-subqueries
40748 Downloads
Eloquent cross database compatibility in subqueries
simon80119/laravel-database-encryption
7661 Downloads
Auto Encrypt and Decrypt Database through Eloquent
roddy/firestore-eloquent
256 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.