Libraries tagged by In Memory
label305/belt
24537 Downloads
Helping you to import/export data in a memory efficient way
aterrien/forp-profiler
190 Downloads
A PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
nikazooz/laravel-simplesheet
19458 Downloads
Simple, powerful and memory-efficient spreadsheet exports and imports in Laravel
fsi/reflection
63666 Downloads
FSi Reflection Component is an extension of built-in reflection classes in PHP 5.3 that saves a lot memory, thanks to factory design pattern.
tomgrohl/laravel-memory-auth-provider
1378 Downloads
Laravel In memory auth provider.
mouf/utils.cache.in-memory-cache
356808 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
23762 Downloads
Simple class that uses singleton pattern to save whatever in memory
marvin255/in-memory-cache
1963 Downloads
Array based cache for PHP
positron48/memorystorage
1788 Downloads
Classes for storing data in shared memory
codeat3/blade-memory-icons
960 Downloads
A package to easily make use of "Memory Icons" in your Laravel Blade views.
audunru/memory-usage
1944 Downloads
Log memory usage in Laravel
piotrpress/streamer
4862 Downloads
This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.
signalads/spout
476 Downloads
PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
jimmy0699/spout
5849 Downloads
PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
jdwx/array-cache
445 Downloads
A trivial implementation of PSR CacheInterface using an in-memory array.