PHPackages                             jorpo/object-access - 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. jorpo/object-access

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

jorpo/object-access
===================

Object access and immutability

00PHP

Since Nov 24Pushed 4y agoCompare

[ Source](https://github.com/jorpo-co/object-access)[ Packagist](https://packagist.org/packages/jorpo/object-access)[ RSS](/packages/jorpo-object-access/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Object Access
=============

[](#object-access)

Really stupid simple object property access using magic methods. Each case builds on the others.

trait ObjectAccess
------------------

[](#trait-objectaccess)

Applies really simple access to object properties that may be private or protected. Pretty obvious really.

\## trait ImmutableObjectAccess

Does what it says on the tin. Properties cannot be set or unset using magic methods.

trait SetOnceObjectProperties
-----------------------------

[](#trait-setonceobjectproperties)

Allows properties to be set only once using magic methods. This is like read only properties in other maguages (and in PHP 8.1).

trait CallableObjectProperties
------------------------------

[](#trait-callableobjectproperties)

Allows object properties to be accessed by calling them as a method. Can do get and set style.

trait SetOnceCallableObjectProperties
-------------------------------------

[](#trait-setoncecallableobjectproperties)

Same as above but only allows setting to happen once.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0caa9c98c13396133b8fae3f28984ffb46e4139b2f7ae6224fe441da97f4caf?d=identicon)[designermonkey](/maintainers/designermonkey)

---

Top Contributors

[![designermonkey](https://avatars.githubusercontent.com/u/221344?v=4)](https://github.com/designermonkey "designermonkey (6 commits)")

### Embed Badge

![Health badge](/badges/jorpo-object-access/health.svg)

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

###  Alternatives

[pluginscart/dynamodb-php

Access AWS DynamoDB through simpler interface in PHP.

1114.0k](/packages/pluginscart-dynamodb-php)

PHPackages © 2026

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