Libraries tagged by pdo cache
phpfastcache/phpfastcache
4064774 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
520258 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
720 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
jeandormehl/laracache
3316 Downloads
InterSystems Caché provider for Laravel (ODBC)
falseclock/dbd-php
4275 Downloads
Database driver for PHP (PostgreSQL, MySQL, MSSQL, OData, YellowERP, 1С)
eftec/cacheone
3441 Downloads
A Cache library with minimum dependency
amostajo/phpfastcache
662 Downloads
Fork from original phpfastcache to autoload with PSR-4
10quality/wpmvc-phpfastcache
6762 Downloads
Forked version that works with WordPress MVC.
detain/session-samurai
82 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.
mlevent/pdb
33 Downloads
PHP için özelleştirilmiş PDO sınıfı
marcocesarato/cpdo
263 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
43 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
60 Downloads
A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.