Libraries tagged by ORM Query
kreatept/dblayer
9 Downloads
A lightweight PHP ORM with advanced query capabilities.
crbast/slsql
19 Downloads
Simplifier of SQL queries. Basic ORM with Model.
afstellar/af-stellar-core
1 Downloads
Lightweight MVC core with ORM, Migrations and Query Builder
stepapo/model
43 Downloads
Library that uses structured DB definitions to generate DDL and DML queries and Nextras ORM entity properties.
refkinscallv/framework
14 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
7 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
10 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.
quickhelper/quickorm
2 Downloads
ORM to manipulate databases through code without needing to write SQL queries.
opgginc/rememberable
68 Downloads
Query caching for Laravel 5 with jenssegers's MongoDB ORM
necdet/neorm
2 Downloads
Very powerfull orm for mysql that gives you full control on your queries
drizzle-php/drizzle-php
2 Downloads
A type-safe query builder for PHP inspired by Drizzle ORM
jamesaspence/grandiloquent
35 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.