PHPackages                             rekalogika/direct-property-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. rekalogika/direct-property-access

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

rekalogika/direct-property-access
=================================

Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.

1.4.0(1mo ago)115.7k↑172.2%[4 PRs](https://github.com/rekalogika/direct-property-access/pulls)1MITPHPPHP ^8.2CI passing

Since Sep 2Pushed 4d ago1 watchersCompare

[ Source](https://github.com/rekalogika/direct-property-access)[ Packagist](https://packagist.org/packages/rekalogika/direct-property-access)[ Docs](https://rekalogika.dev/direct-property-access)[ GitHub Sponsors](https://github.com/priyadi)[ RSS](/packages/rekalogika-direct-property-access/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (18)Versions (22)Used By (1)

rekalogika/direct-property-access
=================================

[](#rekalogikadirect-property-access)

Implementation of Symfony's `PropertyAccessorInterface` that reads and writes directly to the object's properties, bypassing getters and setters.

Synopsis
--------

[](#synopsis)

```
use Rekalogika\DirectPropertyAccess\DirectPropertyAccessor;

class Person
{
    private string $name = 'Jane';
}

$propertyAccessor = new DirectPropertyAccessor();

$name = $propertyAccessor->getValue($person, 'name'); // Jane
$propertyAccessor->setValue($person, 'name', 'John');
```

Documentation
-------------

[](#documentation)

[rekalogika.dev/direct-property-access](https://rekalogika.dev/direct-property-access)

Credits
-------

[](#credits)

This project took inspiration from the following projects.

- [Symfony Property Access](https://github.com/symfony/property-access)
- [kwn/reflection-property-access](https://github.com/kwn/reflection-property-access)
- [nelmio/alice](https://github.com/nelmio/alice/blob/master/src/PropertyAccess/ReflectionPropertyAccessor.php)

License
-------

[](#license)

MIT

Contributing
------------

[](#contributing)

Issues and pull requests should be filed in the GitHub repository [rekalogika/direct-property-access](https://github.com/rekalogika/direct-property-access).

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~108 days

Recently: every ~241 days

Total

10

Last Release

56d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1102197?v=4)[Priyadi Iman Nurcahyo](/maintainers/priyadi)[@priyadi](https://github.com/priyadi)

---

Top Contributors

[![priyadi](https://avatars.githubusercontent.com/u/1102197?v=4)](https://github.com/priyadi "priyadi (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

phppropertiesproperty-accessorsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rekalogika-direct-property-access/health.svg)

```
[![Health](https://phpackages.com/badges/rekalogika-direct-property-access/health.svg)](https://phpackages.com/packages/rekalogika-direct-property-access)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

645.9M39](/packages/symfony-ux-autocomplete)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[api-platform/symfony

Symfony API Platform integration

384.5M128](/packages/api-platform-symfony)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[symfony/ai-platform

PHP library for interacting with AI platform provider.

521.4M289](/packages/symfony-ai-platform)

PHPackages © 2026

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