Libraries tagged by eloquent database
genealabs/laravel-two-way-attribute-casting
6 Downloads
Perform attribute casting when saving Eloquent models to the database.
seblhaire/tablebuilder
59 Downloads
A Laravel library to build tables easily, which interacts with a lightweight js builder and builds data from Eloquent Object-Relational Mapping with database tables, or can be used with static data.
alexanderhorner/laravel-orbit-html-driver
395 Downloads
A HTML driver for laravel orbit, a flat-file database driver for Laravel Eloquent.
aledefreitas/cassandra-repositories
4 Downloads
Implementation of `aledefreitas/eloquent-repositories` using Cassandra as database
bakkerit/php-ripedb-api
3 Downloads
Eloquent means to interact with RIPE Database RESTful API
quanvt/laravel-firebase-sync
315 Downloads
Synchronize your Eloquent models with a Firebase realtime database.
pam/wpqb
0 Downloads
Thin wrapper of the Eloquent query builder for the WordPress database.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
yazeedobaid/jsonable
11 Downloads
Eloquent like style for quering a JSON field in a MYSQL database
toanld/multi-relationships
270 Downloads
Compoships offers the ability to specify relationships based on two (or more) columns in Laravel's Eloquent ORM. The need to match multiple columns in the definition of an Eloquent relationship often arises when working with third party or pre existing schema/database.
mwazovzky/adjustable
529 Downloads
Laravel package tracks adjustment made to Eloquent Models. Before and after update field values as well as a User are saved for every database transaction.
hendricks/litebase
5 Downloads
Database Manager and query builder inpired by eloquent for Horizom Framework
bitsmind/graphsql
57 Downloads
GraphSql is a Graphql like syntactical method to read data from SQL databases with an ease. It's built on top of Laravel Eloquent ORM.
mikewazovzky/adjustable
241 Downloads
Laravel package tracks adjustment made to Eloquent Models. Before and after update field values as well as a User are saved for every database transaction.
samasend/laravel-query-diagnosis
7 Downloads
This is a Laravel package that detects and reports unoptimized database queries by leveraging the database's EXPLAIN feature.