PHPackages                             testinaweb/php-access-all - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. testinaweb/php-access-all

ActiveLibrary[Testing &amp; Quality](/categories/testing)

testinaweb/php-access-all
=========================

A library to access and to unit test private and protected methods and properties

0.1.0(10y ago)21.6kGPL-2.0PHPPHP &gt;=5.5.0

Since Apr 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/testinaweb/php-access-all)[ Packagist](https://packagist.org/packages/testinaweb/php-access-all)[ RSS](/packages/testinaweb-php-access-all/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Php Access All
==============

[](#php-access-all)

This library is developed to allow unit tests to test private/protected methods and property values

Install
-------

[](#install)

Use shell:

```
composer require testinaweb/php-access-all

```

Use through composer.json:

```
{
  "require": {
    "testinaweb/php-access-all": "~0.1.0"
  }
}
```

Usage
-----

[](#usage)

```
use Testinaweb\AccessAll\AccessMethod

$result = AccessMethod::invokeMethod($myClass, 'protectedMethod', [$parameter1, $parameter2, ...]);
```

```
use Testinaweb\AccessAll\AccessProperty

$value = AccessProperty::getProperty($myClass, 'propertyName');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1819f463cc87cf20dd7d053462ba841fd87fea302aa7e6bf5624b8e527e8d5c9?d=identicon)[testinaweb](/maintainers/testinaweb)

---

Top Contributors

[![testinaweb](https://avatars.githubusercontent.com/u/3062308?v=4)](https://github.com/testinaweb "testinaweb (1 commits)")

---

Tags

phpphpunitunit testtest private methodtest protected method

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/testinaweb-php-access-all/health.svg)

```
[![Health](https://phpackages.com/badges/testinaweb-php-access-all/health.svg)](https://phpackages.com/packages/testinaweb-php-access-all)
```

###  Alternatives

[hot/phpunit-runner

The lib allows to watch phpunit tests

2967.3k4](/packages/hot-phpunit-runner)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

17143.1k51](/packages/robiningelbrecht-phpunit-coverage-tools)[phrozenbyte/phpunit-array-asserts

Provides various array-related PHPUnit assertions, primarily used for API testing.

1061.0k1](/packages/phrozenbyte-phpunit-array-asserts)[cable8mm/water-melon

Water Melon is simple melon.com api sdk for php

182.8k](/packages/cable8mm-water-melon)

PHPackages © 2026

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