Libraries tagged by ORM Query
platine-php/orm
4285 Downloads
Platine ORM provides a flexible and powerful ORM implementing a data-mapper pattern.
makinacorpus/goat-query
11050 Downloads
Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
cratia/orm-model
1776 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
cratia/orm-dql
2238 Downloads
DQL stands for Dialect Query Language and is an Object Query, DQL provides powerful querying capabilities over your object model.
cratia/orm-dbal
2216 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
masnathan/sql-query-builder
1715 Downloads
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
milanmadar/coolio-orm
11 Downloads
PHP ORM based on Doctrine DBAL
chocofamilyme/laravel-tarantool
2306 Downloads
A Tarantool based Eloquent ORM and Query builder for Laravel
renoki-co/laravel-steampipe
2 Downloads
Use Laravel's built-in ORM classes to query cloud resources with Steampipe.
davidmpeace/squirrel
2561 Downloads
Laravel package that automatically caches and retrieves models when querying records using Eloquent ORM
ahmedwaleed/soquel
246 Downloads
An ORM solution for Salesforce Object Query Language (SOQL)
unclecheese/silverstripe-superquery
25 Downloads
A tool for running queries in the CMS
symftony/xpression
1838 Downloads
Xpression is a simple PHP implementation of Specification pattern
swew/db
23 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
stevenmaguire/laravel-cache
1757 Downloads
Seamlessly adding caching to Laravel service objects