Libraries tagged by memory used
halilim/xml-iterator
343497 Downloads
XML Reader to simplexml/array iterator with low memory usage and an acceptable level of ease of use.
eliashaeussler/transient-logger
156947 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
brandembassy/php-memory
106879 Downloads
A simple tool to provide an easy-to-use API to get memory configuration from php.ini.
mitmelon/compress
4086 Downloads
Advanced file compresser which reduces and encrypt large files to smaller chunks by saving them as binary for later use.
bnomei/kirby3-boost
2564 Downloads
Boost the speed of Kirby by having content files of files/pages/users cached, with fast lookup based on uuid.
ogrrd/csv-iterator
56328 Downloads
CSV Reader to array/object iterator with low memory usage and ease of use.
codeat3/blade-memory-icons
1017 Downloads
A package to easily make use of "Memory Icons" in your Laravel Blade views.
mouf/utils.cache.in-memory-cache
356961 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
mjsilva/in-memory-storage
24007 Downloads
Simple class that uses singleton pattern to save whatever in memory
crossjoin/browscap
234370 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
beelab/memory-repository-bundle
80 Downloads
A Symfony bundle to use in-memory repositories
twistor/flysystem-memory-adapter
1078 Downloads
An in-memory adapter for Flysystem. Useful for tests.
evandotpro/php-computer
8 Downloads
A completely useless library of low-level computing concepts implemented in OOP PHP.
windomz/shmcache
3019 Downloads
A lightweight, abstract, scalable, out-of-the-box shared memory operation, makes use of the PHP Shared Memory Functions(shmop).
jgmdev/lessram
3 Downloads
Pure PHP implementation of array data structures that uses less memory.