Libraries tagged by eloquent database
justbetter/statamic-eloquent-driver-globalset-migration-generator
1893 Downloads
Creates a database migration when a new globalset is created
jacknoordhuis/laravel-database-hashing
2357 Downloads
A package for automatically hashing Eloquent attributes in Laravel 5.5+.
bigsinoos/j-eloquent
4552 Downloads
Convert eloquent date attributes to jalali (Persian) dates on the fly. (supports model propery access, toJson, toString and toArray).
agungsugiarto/codeigniter4-eloquent
4475 Downloads
The Illuminate Database package for CodeIgniter 4
bluefeather/eloquent-filemaker
17203 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
a1comms/eloquent-datastore
4596 Downloads
A package for using Google Datastore as a database driver.
wayofdev/laravel-cycle-orm-adapter
9648 Downloads
🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.
vicgutt/laravel-auto-model-cast
1449 Downloads
Automatically cast model attributes based on database columns
trilote/baum
2760 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
someonefamous/laravel-findby
7025 Downloads
Extended 'find' functionality for Eloquent (Laravel).
rinvex/laravel-tenants
3321 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
reb3r/repositories
34968 Downloads
Laravel Repositories
patienceman/filtan
2776 Downloads
Filtan is a powerful Laravel QueryFilter package designed to simplify and enhance the process of filtering Eloquent queries. It enables developers to effortlessly apply filters to queries and customize the results based on dynamic parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your models effortlessly.
netsells/hash-model-ids
24624 Downloads
Dynamically create a hash of an Eloquent model id value to avoid exposing a record's actual database id.
littlebug/laravel-repository
3928 Downloads
The repository mode for laravel!