PHP Classes

File: libraries/vendor/phpunit/php-invoker/README.md

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/phpunit/php-invoker/README.md   Download  
File: libraries/vendor/phpunit/php-invoker/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 461 bytes
 

Contents

Class file image Download

PHP_Invoker

PHP_Invoker is an utility class for invoking callables with a timeout.

Installation

To add PHP_Invoker as a local, per-project dependency to your project, simply add a dependency on phpunit/php-invoker to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on PHP_Invoker 1.1:

{
    "require": {
        "phpunit/php-invoker": "1.1.*"
    }
}