PHPackages                             rubicon/object-reveal - 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. rubicon/object-reveal

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

rubicon/object-reveal
=====================

Reveal unaccessible object members

1.0.0(11y ago)066.3k↓26.3%PHPPHP &gt;=5.4

Since Feb 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/RubiconPHP/object-reveal)[ Packagist](https://packagist.org/packages/rubicon/object-reveal)[ RSS](/packages/rubicon-object-reveal/feed)WikiDiscussions master Synced 1mo ago

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

ObjectReveal
============

[](#objectreveal)

Simple wrapper that allow access to object's private and protected members.

### Requirements

[](#requirements)

PHP &gt;= 5.4

### Getting Started

[](#getting-started)

```
class User
{
    private $name;

    private function getName()
    {
        return $this->name;
    }
}

$revealed = new Rubicon\ObjectReveal\ObjectReveal(new User);
$revealed->name = 'John';
echo $revealed->getName(); // 'John'

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd14d27d458178e9515cf9a58b14bbe0b78f7c2113806aa97b3e16c94fe0a2e4?d=identicon)[ronan-gloo](/maintainers/ronan-gloo)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rubicon-object-reveal/health.svg)

```
[![Health](https://phpackages.com/badges/rubicon-object-reveal/health.svg)](https://phpackages.com/packages/rubicon-object-reveal)
```

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.0M72](/packages/silverstripe-userforms)[georgringer/eventnews

Extend EXT:news with event and calendar functionality

31588.7k4](/packages/georgringer-eventnews)

PHPackages © 2026

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