Libraries tagged by pdo cache
phpfastcache/phpfastcache
3734839 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, Dynamodb, Firestore, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ravendb, Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.
apix/cache
503652 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
paragonie/easydb-cache
636 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
falseclock/dbd-php
3307 Downloads
Database driver for PHP (PostgreSQL, MySQL, MSSQL, OData, YellowERP, 1С)
eftec/cacheone
3401 Downloads
A Cache library with minimum dependency
10quality/wpmvc-phpfastcache
6682 Downloads
Forked version that works with WordPress MVC.
jeandormehl/laracache
3064 Downloads
InterSystems Caché provider for Laravel (ODBC)
detain/session-samurai
78 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
thumbtack/querycache
43 Downloads
A simple PDO query interface with support for result set and row level caching
mlevent/pdb
32 Downloads
PHP için özelleştirilmiş PDO sınıfı
marcocesarato/cpdo
182 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
42 Downloads
MySQL transparent PDO wrapper with (somewhat) smart query caching on Redis
francescozanoni/zend-cache-sqlite3-pdo
31 Downloads
SQLite 3 cache engine for Zend Framework 1, based on PDO driver
diversen/simple-db-cache
42 Downloads
Very simple key / value cache using a PDO database
vespula/simple-cache
52 Downloads
A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.