Libraries tagged by eloquent database
adnanhussainturki/laravel-cross-database-subqueries
48682 Downloads
Eloquent cross database compatibility in subqueries
simon80119/laravel-database-encryption
10897 Downloads
Auto Encrypt and Decrypt Database through Eloquent
roddy/firestore-eloquent
413 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.
giordanolima/eloquent-repository
1421 Downloads
Repository pattern for Eloquent ORM with a powerfull cache for database queries.
mpyw/laravel-database-mock
5693 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
mintbridge/eloquent-auditing
5634 Downloads
An eloquent package for recording model events to a database
eusonlito/laravel-database-cache
3682 Downloads
Cache Database Query results on Laravel Query Builder or Eloquent
denisgeomiq/eloquent-has-by-non-dependent-subquery
5879 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
affordablemobiles/eloquent-datastore
2956 Downloads
A package for using Google Datastore as a database driver.
bluefeather/eloquent-filemaker
17516 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
austinheap/laravel-database-encryption
75989 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
a1comms/eloquent-datastore
7083 Downloads
A package for using Google Datastore as a database driver.
tiny-pixel/acorn-db
8126 Downloads
Eloquent database support for Acorn projects
wayofdev/laravel-cycle-orm-adapter
9829 Downloads
🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.
someonefamous/laravel-findby
10285 Downloads
Extended 'find' functionality for Eloquent (Laravel).