Libraries tagged by database model
10quality/wp-query-builder
9733 Downloads
Wordpress Query Builder class library for custom models and data querying.
nodes/counter-cache
13810 Downloads
Counter caching for Laravel
mehadi/laravel-crud-generator
548 Downloads
A laravel package to generate CRUD by giving Model and database table column
henryavila/email-tracking
2974 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
ruangdeveloper/laravel-settings
6793 Downloads
Manage model or application settings in database
wtfzdotnet/php-tmdb-api
2871 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
socialblue/laravel-query-adviser
3345 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
roddy/firestore-eloquent
473 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.
hi-folks/fusion
477 Downloads
Laravel package that enhances Eloquent models to facilitate the management of structured, database-free content through Markdown files with Frontmatter.
tamedevelopers/database
87 Downloads
Lightweight PHP ORM Database Model.
invertus/prestashop-models
20714 Downloads
This package provides ability to test your database driven applications. Model factories make it easier to create test database records using Prestashop models.
filippo-toso/models-generator
1120 Downloads
A Laravel Artisan command to automatically generate models from database tables
dottedai/laravel-model-annotator
764 Downloads
Laravel command to annotate Eloquent models with database schema, relationships, and casts.
trick/model
484 Downloads
Basic components for model in Nette using Nette/Database.
we-are-neopix/laravel-model-translation
410 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.