Libraries tagged by ORM Query
crbast/slsql
17 Downloads
Simplifier of SQL queries. Basic ORM with Model.
refkinscallv/framework
11 Downloads
Simple, Lightweight and Modular traditional PHP Framework. With MVC, Routing and Query Builder/ORM
jivoo/data
18 Downloads
Jivoo query, migration, and ORM library.
ngfw/webparser
5 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.
danydev/n-plus-one-detector
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm
biteit/nette-react-graphql
6 Downloads
Basic working project with React frontend with UrQL, Nette + Nextras ORM backend and GraphQL integration including query codegen.
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.
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.
opgginc/rememberable
67 Downloads
Query caching for Laravel 5 with jenssegers's MongoDB ORM
necdet/neorm
1 Downloads
Very powerfull orm for mysql that gives you full control on your queries
jamesaspence/grandiloquent
32 Downloads
An extension on Laravel's wonderful Eloquent ORM, Grandiloquent seeks to change a few things in the name of greater efficiency. Mainly, these changes entail grouped queries and other, more efficient SQL usage.
its-mieger/lara-db-ext
27 Downloads
Extension to laravel's database and ORM features, including model joins (SQL), multi column queries and prefixing for database fields
emiliomg/propel-provider-behavior
85 Downloads
A Propel ORM behavior that adds non-static providers to fetch new query-objects, new models, peers and connections.
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
leoniralves/slim-oauth2-eloquent
12 Downloads
Este repositório contém código para desenvolvedores que precisam iniciar uma aplicação utilizando os conceitos RESTFul com Slim Framework, porém, não querem passar pala fase de estruturação e configuração de ferramentas como Eloquent ORM, OAuth e Slim-Monolog. Slim-OAuth2-Eloquent já contém todas estas ferramentas configuradas e prontas para uso.