Libraries tagged by memory used
beste/in-memory-cache
1814994 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
cash/lrucache
3631805 Downloads
An efficient memory-based Least Recently Used (LRU) cache
jenner/timer
139385 Downloads
php timer. performance analysis tool
jamm/memory
22593 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.
hhxsv5/redis-memory-analysis
3797 Downloads
🔎 Analyzing memory of redis is to find the keys(prefix) which used a lot of memory, export the analysis result into csv file.
romeoz/rock-cache
3077 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
christeredvartsen/sysinfo
3124 Downloads
SysInfo is a PHP library that can be used to fetch information about the system (CPU usage, Load avg., Memory usage +++)
tschoffelen/memory
3318 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.
vega/memory-stat
1692 Downloads
Simple class which can be used to collect the PHP script memory usage information and to print all information.
pixelant/recall
3 Downloads
TYPO3 extension that remembers settings from a different request using a hash. E.g. recall settings or data used in the main request within an eID request.
hyperf/memory
1597290 Downloads
An independent component that use to operate and manage memory.
halilim/xml-iterator
307935 Downloads
XML Reader to simplexml/array iterator with low memory usage and an acceptable level of ease of use.
eliashaeussler/transient-logger
65865 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
ogrrd/csv-iterator
50247 Downloads
CSV Reader to array/object iterator with low memory usage and ease of use.