Libraries tagged by memo
jgmdev/lessram
3 Downloads
Pure PHP implementation of array data structures that uses less memory.
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.
hejunjie/cache
301 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
gpslab/shmop
742 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!
ebeacon/iterutil
236 Downloads
Creates iterators for arrays or any iterable, with lazily evaluated (memory efficient) transformations. Heavily inspired by Rust's iterators.
dface/generic-storage
336 Downloads
Generic storage structures (key-value, set, association) with mysql and memory persistence
collector/collector
207 Downloads
A collection library inspired by Laravel Collections, built using generators to preserve memory
ceddyg/query-builder-repository
751 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, ...)
badlamer/symfony-hybrid-xml-parser
2062 Downloads
Simple class to parse huge XML files in a memory-efficient way
axn/cached-valuestore
754 Downloads
An extension of spatie/valuestore with in-memory caching.
astislav/yet-another-xlsx
239 Downloads
Relatively fast and memory saving write-only XLSX library