Libraries tagged by memory_usage
amjdhsan/larascope
6 Downloads
A Laravel package that logs HTTP requests, duration, status, SQL queries, and memory usage.
requtize/code-timer
894 Downloads
Simple PHP library to measuring code execution time with memory usage.
geekality/timer
17825 Downloads
Simple class for logging time and memory usage of stuff
rapidmail/laravel-memory
102 Downloads
A Laravel package to get PHP memory usage and limit, with faking support.
danilopolani/filament-memory-tracker
90 Downloads
Track the memory usage of your workers and display them in Filament
net_bazzline/php_component_memory_limit_manager
766 Downloads
free as in freedom php component to validate if your script is reaching the allowed maximum memory usage
hhxsv5/redis-memory-analysis
3803 Downloads
🔎 Analyzing memory of redis is to find the keys(prefix) which used a lot of memory, export the analysis result into csv file.
phpner/laravel-profiler
35 Downloads
Laravel package for measuring and logging memory usage and execution time
jamesgober/benchmark
183 Downloads
A PHP benchmarking library for measuring code performance and memory usage with precision, extensibility, and advanced reporting features.
bakame/stackwatch
68 Downloads
A minimalist, embeddable, multi-metric, and framework-agnostic profiler for PHP
bakame/aide-profiler
29 Downloads
A minimalist, embeddable, multi-metric, and framework-agnostic profiler for PHP
net_bazzline/php_component_csv
1082 Downloads
free as in freedom php component to easy up usage (reading and writing) of csv files for php 5.6 and above
edulazaro/laragents
16 Downloads
AI agents for Laravel: chat sessions with automatic history compression, a provider-agnostic tool-calling loop, memories distilled from what was said, hard rules written by a person, and agents that run on a schedule or on your own events. Bring your own tools, your own models and your own credit system. Redaction, usage accounting and the provider itself are all pluggable.
zeeshantariq/laravel-api-profiler
17 Downloads
Production-grade performance observability for Laravel APIs - track database queries, external API calls, memory usage, and execution time with interactive dashboard
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.