Libraries tagged by igbinary
igbinary/igbinary
6441 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
98107 Downloads
Add more functional to Laravel
apix/cache
550426 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
90373 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
aplus/cache
1607526 Downloads
Aplus Framework Cache Library
pie-extensions/igbinary
5412 Downloads
PIE-compatible mirror of igbinary/igbinary
h4kuna/serialize-polyfill
22131 Downloads
Provide methods for serialization and use igbinary if is available.
webisters/cache
268 Downloads
Webisters Cache Library
iliaal/phpser
7 Downloads
Fast binary serializer for PHP cache workloads. Decoder-optimized, beats igbinary on packed numerics, deep-nested structures, and same-class DTO batches.
idct/php-rapid-cache-client
100 Downloads
High-performance Redis/Valkey-backed PSR-16 cache client for PHP, extended with tag-based invalidation, queues, sets, sorted sets, and atomic counters.
gryfoss/rapid-cache-client
1022 Downloads
Caching service
cloud-castle/serialize
102 Downloads
Безопасная сериализация для PHP 8.1+: PHP/JSON/igbinary из одного API, HMAC-подпись, белый список классов и лимит размера при десериализации, маппинг объект↔массив и экспорт в PHP-код. Нулевые внешние зависимости.
petrknap/binary
426 Downloads
Library for work with binary data and objects
courier/serializer-igbinary
313 Downloads
IgBinary-based object serialization.
coffeephp/igbinary
3 Downloads
Provides classes for handling Igbinary data.