Libraries tagged by igbinary
igbinary/igbinary
4222 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
96026 Downloads
Add more functional to Laravel
apix/cache
547254 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
88110 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
aplus/cache
1606998 Downloads
Aplus Framework Cache Library
pie-extensions/igbinary
867 Downloads
PIE-compatible mirror of igbinary/igbinary
h4kuna/serialize-polyfill
21543 Downloads
Provide methods for serialization and use igbinary if is available.
gryfoss/rapid-cache-client
793 Downloads
Caching service
petrknap/binary
395 Downloads
Library for work with binary data and objects
iliaal/phpser
1 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
311 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