Libraries tagged by pdo cache
maatify/data-adapters
553 Downloads
DI-first infrastructure adapters providing explicit ownership wrappers around real database and cache drivers.
iprodev/php-easycache
462 Downloads
PHP EasyCache is a lightweight, multi-backend (APCu/Redis/File/PDO) with SWR caching library that speeds up repeated API calls with thread‑safe writes, per‑key TTLs, automatic cleanup, key sanitization, and optional compression.
marcocesarato/cpdo
400 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.
dj-thd2/mysql-pdo-cache
45 Downloads
MySQL transparent PDO wrapper with (somewhat) smart query caching on Redis
francescozanoni/zend-cache-sqlite3-pdo
33 Downloads
SQLite 3 cache engine for Zend Framework 1, based on PDO driver
diversen/simple-db-cache
43 Downloads
Very simple key / value cache using a PDO database
initphp/cache
105 Downloads
A lightweight PSR-16 (Simple Cache) implementation with file, PDO, Redis, Memcache(d) and WinCache handlers.
vespula/simple-cache
94 Downloads
A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.
anonymous-php/longlife-pdo
18 Downloads
Longlife connections for looped applications
yumlay/caching
12 Downloads
Cache package
mesingh/phpfastcache
730 Downloads
A working fork of PHP Fast Chache library
amostajo/phpfastcache
732 Downloads
Fork from original phpfastcache to autoload with PSR-4
hammermaps-dev/phpfastcache
367 Downloads
PHP Abstract Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
omegaalfa/query-builder
67 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