Libraries tagged by memory
jdwx/array-cache
223 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.
jclaveau/phpunit-profile-asserts
1517 Downloads
Provides asserts against memory usage and execution time for PHPUnit
jamm/errorhandler
4 Downloads
Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexpected process termination when memory limit is reached.
intahwebz/lowmemoryclassloader
36 Downloads
A PHP class loader that uses a minimal amount of memory.
hotelmah/write-file
15 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.
hexastudio/array_disk
1266 Downloads
Store array as cache in hardDrive, decrease memory usage
gpslab/shmop
739 Downloads
Shmop is a simple and small abstraction layer for shared memory manipulation using PHP
ghostjat/np
32 Downloads
Np (numphp) is numerical library with low memory footprint for php language. Suitable for large scale computing. php-8.0+ 64 bit is required!
elliotsawyer/silverstripe-typesense
178 Downloads
Typesense is Lightning-fast, Open Source Search. No PhD required. Open Source alternative to Algolia + Pinecone + and an Easier-to-Use alternative to ElasticSearch and Solr. Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences. This enables Silverstripe to work with Typesense collections
drewlabs/laravel-mem-usage
58 Downloads
Tracks per request memory usage in a Laravel application
collector/collector
207 Downloads
A collection library inspired by Laravel Collections, built using generators to preserve memory
ceddyg/query-builder-repository
750 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
bkwld/reporter
20507 Downloads
Generate styled logs of Laravel 4 requests that include application timing, memory usage, input data, and sql queries
benconda/collection
6 Downloads
Collection library, powered by generators, with generics, easily extendable and immutable. Lazy by design and memory friendly. Accept anything as iterable 🔥 (Generator, array, Iterator, ...)
axn/cached-valuestore
728 Downloads
An extension of spatie/valuestore with in-memory caching.