Libraries tagged by pdo cache
omegaalfa/query-builder
20 Downloads
Um Query Builder moderno e minimalista em PHP 8+, totalmente tipado e baseado em PDO, com suporte a cache, paginação, transações e geração fluente de SQL.
zsbt/misc
70 Downloads
Misc PHP features for everyday coding
proff56/pdb
4 Downloads
PHP için özelleştirilmiş PDO sınıfı
maatify/data-adapters
546 Downloads
DI-first infrastructure adapters providing explicit ownership wrappers around real database and cache drivers.
kolaykod/simpledb
31 Downloads
PHP için özelleştirilmiş PDO sınıfı
kislayphp/persistence
4 Downloads
Request-safe persistence runtime for KislayPHP (transaction guard + bounded cache)
filoucrackeur/storage-framework-manager
14 Downloads
TYPO3 caching framework manager extension
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
araga/aux-data
17 Downloads
Lightweight, PSR-16 compliant key/value storage on top of SQLite using PDO. Perfect for CLI tools, configuration storage, and simple caching.
andreaskasper/phlibs
26 Downloads
A lightweight PHP utility library: MySQL/PDO database wrappers, HTTP caching, web content caching, string helpers.
terah/fluent-pdo-model
271 Downloads
FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.
progrmanial/simplemdb
88 Downloads
Enterprise Database Toolkit for PHP - Modern schema management, intelligent migrations, and advanced query building
progrmanial/simple-mysqli-fork
2542 Downloads
A powerful and flexible database query builder with advanced features
lakshanjs/pdodb
31 Downloads
Production-ready PDO database abstraction for PHP with a secure query builder, statement caching, nested transactions, and MySQL 8+ compatibility.
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.