Libraries tagged by In Memory
openspout/openspout
67961253 Downloads
PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
box/spout
37248670 Downloads
PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
league/flysystem-memory
36648888 Downloads
In-memory filesystem adapter for Flysystem.
beste/in-memory-cache
15325329 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
cerbero/json-parser
572439 Downloads
Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
clue/mq-react
790518 Downloads
Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP
zendframework/zend-memory
5935426 Downloads
Manage data in an environment with limited memory
vitorccs/laravel-csv
208184 Downloads
PHP Laravel package to create CSV files in a memory-optimized way
igbinary/igbinary
4245 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.
laminas/laminas-memory
1174737 Downloads
Manage data in an environment with limited memory
clickalicious/memcached.php
76767 Downloads
Memcached.php - Plain vanilla PHP Memcached client with full support of Memcached protocol.
protonemedia/laravel-blade-on-demand
46176 Downloads
Compile Blade templates in memory
millipress/millicache
2417 Downloads
WordPress Full-Page Cache based on Rules & Flags. Delivers flexible, scalable caching workflows backed by Redis and ValKey in-memory stores.
bcremer/line-reader
1666351 Downloads
Read large files line by line in a memory efficient (constant) way.
jamm/memory
26889 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.