Libraries tagged by memra
memran/php-testify
23 Downloads
Expressive PHP testing on top of PHPUnit with expect() assertions, describe()/it() specs, and watch mode.
memran/marwa-kafka
0 Downloads
A lightweight, secure Kafka producer/consumer wrapper with Envelop messaging support
memran/marwa-eventloop
0 Downloads
PHP Async Event Loop with coroutines, promises, and async I/O
memran/marwa-envelop
21 Downloads
Transport-agnostic message envelope with fluent builder for Kafka/WebSocket/etc.
doctrine/cache
624140571 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
phpfastcache/phpfastcache
5682945 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.
tedivm/stash
5029599 Downloads
The place to keep your cache.
nette/caching
19844005 Downloads
⏱ Nette Caching: library with easy-to-use API and many cache backends.
malkusch/lock
10637631 Downloads
Mutex library for exclusive code execution.
php-memcached/php-memcached
55460 Downloads
memcached extension based on libmemcached library
matthiasmullie/scrapbook
3036601 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
arvenil/ninja-mutex
3912111 Downloads
Simple to use mutex implementation that can use flock, memcache, memcached, mysql or redis for locking
albertoarena/laravel-truss
23277 Downloads
A live database structure viewer for Laravel. Renders your schema (never data) as a scrollable, zoomable ER diagram.
sonata-project/cache
23236699 Downloads
Cache library
igbinary/igbinary
16597 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.