PHPackages                             humans/inspect - 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. humans/inspect

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

humans/inspect
==============

0.3.0(3y ago)010.9k↓67.1%MITPHP

Since Jul 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/humans/inspect)[ Packagist](https://packagist.org/packages/humans/inspect)[ RSS](/packages/humans-inspect/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Inspect — An easy way to access protected and private class properties.
=======================================================================

[](#inspect--an-easy-way-to-access-protected-and-private-class-properties)

Inspect is a fast way to pull protected anf private properties from objects.

Installation
------------

[](#installation)

```
composer require humans/inspect --dev
```

### Usage

[](#usage)

```
function it_should_have_a_value_of_x () {
  $object = new class {
  	private string $value = 'x';
  };

  $this->assertEquals('x', inspect($object)->value);
}
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1444d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21359371?v=4)[Humans](/maintainers/humans)[@humans](https://github.com/humans)

---

Top Contributors

[![jaggy](https://avatars.githubusercontent.com/u/1993075?v=4)](https://github.com/jaggy "jaggy (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/humans-inspect/health.svg)

```
[![Health](https://phpackages.com/badges/humans-inspect/health.svg)](https://phpackages.com/packages/humans-inspect)
```

###  Alternatives

[tinect/matomo

Matomo plugin for shopware 6

1411.5k](/packages/tinect-matomo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
