Libraries tagged by memory-leak
shipmonk/memory-scanner
35579 Downloads
Lightweight PHP library for analyzing memory usage, tracking object references, and debugging memory leaks
sitewards/import_image_memory_leak_fix
6715 Downloads
Fix a memory leak issue with the product image import process.
themattosdev/leakless
21 Downloads
Zero state and memory leak prevention for PHP persistent runtimes (FrankenPHP & Laravel Octane)
andrewcarteruk/nomoreleaksbundle
145 Downloads
A Symfony bundle that kills memory leaks using lasers and ninja stars
alasaly/monitor-memory-leak
2 Downloads
Monitor memory leak in php
ale94lko/php-queue-prophet
1 Downloads
Lightweight, framework-agnostic PHP library to predict background worker memory leaks and queue overflow time before process crashes occur.
unapartidamas/weaver-orm
26 Downloads
PHP 8.4+ ORM for Symfony. Zero reflection, no proxies, no memory leaks. Worker-safe by design.
talkinnl/dont-leak
1050 Downloads
Safely cleans all own Test properties to prevent phpunit memory leaks
php-job-daemon/php-job-daemon
9 Downloads
A super lightweight PHP library to create a job daemon (e.g. consumer scripts) off of that is robust, free of memory leaks, and can run forever.
jced-artem/leak-safe-generator
16 Downloads
Generator wrapper to prevent memory leaks
better-php/shutdown-handler
81 Downloads
An advanced shutdown handler that can be manipulated after it's instantiated: deregister or re-register callbacks, retrieve and re-use the same handler instance at any time to prevent memory leaks in long-running PHP apps etc.
vega/memory-stat
1692 Downloads
Simple class which can be used to collect the PHP script memory usage information and to print all information.
eliashaeussler/scope-profiler
29 Downloads
Simple profiler to measure duration, memory usage and memory peak of various scoped actions