Libraries tagged by pdo query
mobilestock/laravel-database-interceptor
2327 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
180504 Downloads
A simple way to log PDO queries and execution times.
antevenio/pdo-mysql-query-linker
17542 Downloads
PHP library that allows linking queries from diferent physical databases using mysql pdo database connections
migliori/php-pdo-database-class
432 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
makinacorpus/goat-query-bundle
8136 Downloads
Symfony bundle for makinacorpus/goat-query
makinacorpus/goat-query
11090 Downloads
Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter
harp-orm/query
954 Downloads
SQL Builder for PDO
platine-php/database
5302 Downloads
Platine Database is the abstraction layer using PDO with support of query and schema builder
voodoophp/voodorm
10493 Downloads
VoodOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.
riverside/php-orm
816 Downloads
PHP ORM micro-library and query builder
platine-php/orm
4480 Downloads
Platine ORM provides a flexible and powerful ORM implementing a data-mapper pattern.
nguyenanhung/database
13778 Downloads
Database Wrapper - Base Model
n2n/n2n-spec-dbo
3377 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
dzegarra/tracy-mysqli
7656 Downloads
This lib extends mysqli to allow you to see all your executed queries. It also includes a Bar Panel for Tracy
milanmadar/coolio-orm
55 Downloads
PHP ORM based on Doctrine DBAL