Libraries tagged by pdo_pgsql
marwen-brini/bob-the-builder
27 Downloads
A complete ORM and query builder for PHP with Laravel-like fluent syntax, models, relationships, and migrations
makinacorpus/goat-domain
2250 Downloads
Legacy code for implementing entity repositories, alive only for legacy projects maintainance purpose.
makinacorpus/goat
4649 Downloads
Event store, domain repositories and preference API for PHP, with a Symfony bundle
lakshanjs/pdodb
31 Downloads
Production-ready PDO database abstraction for PHP with a secure query builder, statement caching, nested transactions, and MySQL 8+ compatibility.
komeiji-satori/miner
14 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
kitlabs/dbal
178 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kdoctrine/dbal
1294 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kazimolmez/ezsql-fixed
2 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
initphp/sessions
99 Downloads
Framework-agnostic PHP session manager with pluggable save handlers (File, Cookie, PDO, Redis, Memcache/Memcached, MongoDB).
initphp/barbarian
12 Downloads
Small, dependency-light database migration library for PHP with a PDO-based runner and a CLI.
initorm/query-builder
137 Downloads
Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.
initorm/orm
72 Downloads
Lightweight, PDO-based ORM with Active Record-style models and entity accessors/mutators. Built on top of initorm/database, initorm/dbal and initorm/query-builder.
initorm/dbal
128 Downloads
Lightweight PDO-based database abstraction layer with a fluent result mapper.
initorm/database
105 Downloads
Database manager that composes initorm/dbal and initorm/query-builder into a fluent CRUD + transaction + query-log API with an optional static facade.
imrgrgs/bioorm
10 Downloads
BioOrm is a micro-ORM which functions as both a fluent select query API and a CRUD model class.