2017 © Pedro Peláez
 

library php-reflection-utils

PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class

image

betterphp/php-reflection-utils

PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class

  • Tuesday, May 9, 2017
  • by jacekkuzemczak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

PHP Reflection Utils

A small helper class to make accessing private properties and methods easier, largely used in testing., (*1)

Build Status, (*2)

Installation

The library can be included via composer, (*3)

{
    "require-dev": {
        "betterphp/php-reflection-utils": "1.0.0"
    }
}

Documentation

Jenkins publishes a phpdoc here, (*4)

Testing

We use phpcs and phpunit for testing, run both before commiting anything, (*5)

./vendor/bin/phpcs -p --standard=./ruleset.xml .
./vendor/bin/phpunit -c ./phpunit.xml

phpunit will do code coverage checking which requires xdebug, if it's not installed this will fail gracefully - not to worry., (*6)

A report of the test coverage is published here by Jenkins, (*7)

The Versions

09/05 2017

dev-master

9999999-dev

PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class

  Sources   Download

GPL-3.0

The Requires

  • php >= 5.6.0

 

The Development Requires

test reflection call unit test private

04/05 2017

1.0.0

1.0.0.0

  Sources   Download

GPL-3.0

The Requires

  • php >= 5.6.0

 

The Development Requires