Libraries tagged by pdo query
dzegarra/tracy-mysqli
7726 Downloads
This lib extends mysqli to allow you to see all your executed queries. It also includes a Bar Panel for Tracy
hoa/database
10437 Downloads
The Hoa\Database library.
milanmadar/coolio-orm
387 Downloads
PHP ORM based on Doctrine DBAL
lucinda/sql-data-access
23540 Downloads
API abstracting communication with SQL providers (eg: MySQL) on top of PDO inspired by Java JDBC
marcocesarato/cpdo
309 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
musicman3/cruder
301 Downloads
CRUD Query Builder with PDO
midorikocak/querymaker
305 Downloads
QueryMaker is a little library that helps you create simple PDO queries
bloatless/query-builder
19 Downloads
A query builder for PDO MySQL.
hilyahtech/query-builder-php
17 Downloads
Query Builder dengan PHP PDO dapat digunakan dengan mudah dan akses data lebih cepat
primal/query
15 Downloads
Chain-able asynchronous query builder for MySQL PDO
monochromegane/query-builder
102 Downloads
Simple query builder
migliori/php-pdo-database-class
434 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
harp-orm/query
955 Downloads
SQL Builder for PDO
compolomus/light-sql-query-builder
27 Downloads
Light simple query builder
co0lc0der/simple-query-builder
25 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.