Libraries tagged by ORM Query
technoknol/doctrineextensions
7220 Downloads
A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.
starme/laravel-es
3856 Downloads
Laravel, php elasticseach query builder to build complex queries using an elegant syntax
crcms/elasticsearch
8270 Downloads
Use SQL statements to query elasticsearch
bjerke/laravel-bread
5119 Downloads
A boilerplate package for BREAD operations through REST API in Laravel
b2pweb/bdf-prime-shell
2054 Downloads
Interactive shell for prime queries
andanteproject/period-bundle
25865 Downloads
A Symfony Bundle to integrate thephpleague/period into Doctrine and Symfony Form
rennokki/dynamodb
24448 Downloads
AWS DynamoDB Eloquent ORM for Laravel 7+
parm/parm
4980 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows
sciactive/nymph
30 Downloads
Powerful object data storage and querying for collaborative web apps.
paliari/doctrine-ransack
3644 Downloads
Advanced query searching for Doctrine ORM (based on Ruby on Rails Ransack)
roy404/eloquent
105 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.
ovrflo/jit-hydrator
2035 Downloads
A drop-in replacement for Doctrine ORM's default object hydrator capable of generating optimized hydration code for each query.
mjkhajeh/wporm
33 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
ipub/doctrine-orm-query
55468 Downloads
Create entities select queries in Doctrine 2
api-skeletons/doctrine-orm-querybuilder-filter
941 Downloads
Filter a QueryBuilder with filter[fieldName|operator]=value