PHPackages                             asmblah/heap-walker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. asmblah/heap-walker

ActiveProject[Utility &amp; Helpers](/categories/utility)

asmblah/heap-walker
===================

PHP userland heap walker

v1.1.0(4y ago)08.8k↓50%MITPHP

Since Oct 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/asmblah/php-userland-heap-walker)[ Packagist](https://packagist.org/packages/asmblah/heap-walker)[ RSS](/packages/asmblah-heap-walker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

PHP userland heap walker
========================

[](#php-userland-heap-walker)

[![Build Status](https://github.com/asmblah/php-userland-heap-walker/workflows/CI/badge.svg)](https://github.com/asmblah/php-userland-heap-walker/actions?query=workflow%3ACI)

Walks as much of the userland heap as possible, looking for instances of the given FQCN (Fully-Qualified Class Name).

This helps figure out where a given object is being referred to from, in order to help solve memory leaks.

Usage
-----

[](#usage)

### Install

[](#install)

```
composer require --dev asmblah/heap-walker
```

### Use

[](#use)

```
