phpunit/php-invoker

repository·main·Indexed 23 days ago

https://github.com/sebastianbergmann/php-invoker

A PHP library designed to invoke callables with a given set of arguments, handling various callable types and parameter requirements.

Tokens
101
Snippets
1
Records
1
Agent score
30%

What's inside php-invoker

  1. Install phpunit/php-invoker via Composer

    main

    You can add phpunit/php-invoker to your project using Composer.

    To add it as a standard project dependency, use:

    composer require phpunit/php-invoker

    If the library is only required for development purposes (for example, to run a test suite), add it as a development-time dependency:

    composer require --dev phpunit/php-invoker