Libraries tagged by orm_model
girotecnics/geonames
504 Downloads
Geonames importer and models for Eloquent ORM based on yurtesen/geonames
axs/api-bundle
33 Downloads
Añade funcionalidades de api al modelo de datos ORM de doctrine
sofa/laravel-sortable
4664 Downloads
Sortable models for Laravel Eloquent ORM.
ornament/json
468 Downloads
JSON model for the Ornament ORM framework
serbanblebea/organize
23 Downloads
This is a ORM package for migrating and using models in any PHP project
andrepaulena/homely-db
27 Downloads
it's not a ORM, this crazy thing only use models on a Doctrine Dbal as querybuilder, generate some models from your DB and just it
wcg-package/eloquent-event-logger
12 Downloads
Eloquent Event Logger is a logging tool for Laravel's Eloquent ORM. It's designed to automatically record and log events for Laravel Eloquent model's operations such as creation, updates and deletions. Detailed event logs help facilitate debugging and keep track of changes made to models over time. It's a tool for monitoring your application's data layer, ensuring data integrity, and aiding in development.
roy404/eloquent
2 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
patrick-barreto/data-base
39 Downloads
Basic ORM to manipulate database and make a CRUD at model class very easy
gidiyorum/geonames
42 Downloads
A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
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.
arberd/geonames
2079 Downloads
A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
dunglas/doctrine-json-odm
3304091 Downloads
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
doctrine/doctrine-orm-module
6285822 Downloads
Laminas Module that provides Doctrine ORM functionality
doctrine/doctrine-module
6797546 Downloads
Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules