kurozumi/php-private-method-invoker

v1.0.0 2024-04-24 11:17 UTC

This package is auto-updated.

Last update: 2024-04-24 11:31:20 UTC


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