Libraries tagged by igbinary
igbinary/igbinary
3918 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.
longman/laravel-lodash
95525 Downloads
Add more functional to Laravel
apix/cache
546538 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.
alekseykorzun/memcached-wrapper-php
87543 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
aplus/cache
1606824 Downloads
Aplus Framework Cache Library
h4kuna/serialize-polyfill
21467 Downloads
Provide methods for serialization and use igbinary if is available.
pie-extensions/igbinary
162 Downloads
PIE-compatible mirror of igbinary/igbinary
gryfoss/rapid-cache-client
736 Downloads
Caching service
iliaal/phpser
0 Downloads
Fast binary serializer for PHP cache workloads. Decoder-optimized, beats igbinary on packed numerics, deep-nested structures, and same-class DTO batches.
courier/serializer-igbinary
309 Downloads
IgBinary-based object serialization.
coffeephp/igbinary
3 Downloads
Provides classes for handling Igbinary data.
tasksuki/igbinary-serializer
10 Downloads
Tasksuki IgbinarySerializer Component
webscale/serializer
21 Downloads
OOP abstraction of different serialization methods
webisters/cache
17 Downloads
Webisters Cache Library
scottchiefbaker/cache_sqlite
1 Downloads
PHP object caching system with a SQLite backend store and automatic content expiration. Cache is stored using a SQLite database and persists on disk.