Libraries tagged by memory_usage
bkstar123/bkscms-dashboard
24 Downloads
A bkstar123/bkscms's package for adding a basic dashboard with hosting server's data
windha/profiler
0 Downloads
profiler time memory usage
vvval/binary
15 Downloads
Lightweight tool to read/write tons of data directly in file, skipping memory usage
usernam3/phpunit_stopwatch_annotations
543 Downloads
phpunit test case with support for execution time and memory usage assertion in annotations
sonichaos360/phpsimplespreadsheet
3 Downloads
Simple but powerful PHP library to generate on-disk XLSX spreadsheets focused in low memory usage.
shippinno/laravel-process-log
883 Downloads
Log Laravel process time and memory usage.
php-xml/large-text-node
300 Downloads
Handling large text nodes requires using low-end PHP API functions. This package provides a simple interface to write large text nodes to a resource so that memory usage is reduced to a minimum.
orware/compressed-string
735 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.
mtolhuys/laravel-request-benchmark
31 Downloads
Configurable middleware measuring your request's time and memory usage
mecha-cms/x.score
2 Downloads
Display web page render time and memory usage.
kanel/benchmark
20 Downloads
Benchmark your code by tracking duration and memory usage of your code
kalibora/csv-streamed-response
2208 Downloads
CSV streamed response that saves memory usage with symfony and doctrine
jclaveau/phpunit-profile-asserts
1520 Downloads
Provides asserts against memory usage and execution time for PHPUnit
jarivas/php-performance
10 Downloads
It is a tool to measure CPU and Memory usage throught different stages of a process
jakubboucek/php-tail-stream
5 Downloads
PHP implementation of linux tail command, optimized for read huge size archives, effective memory usage.