Libraries tagged by pdo query
mobilestock/laravel-database-interceptor
5777 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
herrera-io/pdo-log
180561 Downloads
A simple way to log PDO queries and execution times.
antevenio/pdo-mysql-query-linker
17969 Downloads
PHP library that allows linking queries from diferent physical databases using mysql pdo database connections
abdulelahragih/querybuilder
1196 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.
kekos/query-builder
7748 Downloads
Small SQL query builder
versaorm/versaorm-php
16 Downloads
ORM ligero y seguro para PHP (modo PDO por defecto) - Query Builder fluido, Active Record simple, preparado para núcleo nativo opcional
izniburak/pdox-orm
103 Downloads
Useful Query Builder, PDO Class for PHP. A simple access to your SQL records.
platine-php/database
5929 Downloads
Platine Database is the abstraction layer using PDO with support of query and schema builder
voodoophp/voodorm
10495 Downloads
VoodOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
platine-php/orm
4857 Downloads
Platine ORM provides a flexible and powerful ORM implementing a data-mapper pattern.
hi/sqlquery
911 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
dframe/database
3206 Downloads
Database pdo wrapper
milanmadar/coolio-orm
280 Downloads
PHP ORM based on Doctrine DBAL
lucinda/sql-data-access
23232 Downloads
API abstracting communication with SQL providers (eg: MySQL) on top of PDO inspired by Java JDBC
marcocesarato/cpdo
289 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.