kurozumi / php-private-method-invoker
Installs: 512
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kurozumi/php-private-method-invoker
Requires
- php: >=7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpunit/phpunit: ^9
README
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require kurozumi/php-private-method-invoker
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev kurozumi/php-private-method-invoker