Download the PHP package petrp/access without Composer
On this page you can find all versions of the php package petrp/access. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor petrp
Package access
Short Description Access - Tool for access to private and protected members of object. It's handy for unit tests.
License BSD-3-Clause
Homepage https://github.com/PetrP/Access
Package access
Short Description Access - Tool for access to private and protected members of object. It's handy for unit tests.
License BSD-3-Clause
Homepage https://github.com/PetrP/Access
Please rate this library. Is it a good library?
Informations about the package access
Access
Tool for access to private and protected members of object. It's handy for unit tests.
Property
Method
Whole class
Chaining objects and arrays
Requirements
Library has no external dependencies.
Up to PHP <= 8.2 tested. Fully works with PHP >= 5.3.2. PHP >= 5.2.0 is supported partially (see below).
AccessMethod require PHP 5.3.2 or later. AccessProperty require PHP 5.3.0 or later.
PHP >= 5.2.0 AND < 5.3.2 not supported:
- Final classes.
- Private methods.
- Read private static property.
- Write private property.
- No limitation when extension runkit or classkit is provided.
Instalations
GitHub
Each version is tagged and available on download page.
Composer & Packagist
Access is available on Packagist, where you can get it via Composer.
All versions of access with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.0
The package petrp/access contains the following files
Loading the files please wait ....