Libraries tagged by igbinary
igbinary/igbinary
17250 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
100047 Downloads
Add more functional to Laravel
apix/cache
554608 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
92206 Downloads
Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
aplus/cache
1608420 Downloads
Aplus Framework Cache Library
pie-extensions/igbinary
7475 Downloads
PIE-compatible mirror of igbinary/igbinary
h4kuna/serialize-polyfill
22985 Downloads
Provide methods for serialization and use igbinary if is available.
webisters/cache
319 Downloads
Webisters Cache Library
idct/php-rapid-cache-client
342 Downloads
High-performance Redis/Valkey-backed PSR-16 cache client for PHP, extended with tag-based invalidation, queues, sets, sorted sets, and atomic counters.
cloud-castle/serialize
166 Downloads
Безопасная сериализация для PHP 8.1+: PHP/JSON/igbinary из одного API, HMAC-подпись, белый список классов и лимит размера при десериализации, маппинг объект↔массив и экспорт в PHP-код. Нулевые внешние зависимости.
petrknap/binary
443 Downloads
Library for work with binary data and objects
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.
courier/serializer-igbinary
316 Downloads
IgBinary-based object serialization.
coffeephp/igbinary
3 Downloads
Provides classes for handling Igbinary data.
tasksuki/igbinary-serializer
10 Downloads
Tasksuki IgbinarySerializer Component