Libraries tagged by memory used
beste/in-memory-cache
3870751 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
cash/lrucache
3937199 Downloads
An efficient memory-based Least Recently Used (LRU) cache
jenner/timer
154173 Downloads
php timer. performance analysis tool
jamm/memory
23661 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
3798 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
3079 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.
christeredvartsen/sysinfo
3125 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.
scale/store
2 Downloads
Store variables and objects in memory for later dependency injection DI. Static 'standalone' library. Most Scale framework packages can be used for themselves. Dependencies are kept to a minimum.
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.
hotelmah/write-file
7 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.
hyperf/memory
1767876 Downloads
An independent component that use to operate and manage memory.
halilim/xml-iterator
324325 Downloads
XML Reader to simplexml/array iterator with low memory usage and an acceptable level of ease of use.