Skip to content

[PHP 单测] Utility class for invoking PHP callables with a timeout.

License

Notifications You must be signed in to change notification settings

kugoucode/php-invoker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.*"
    }
}

About

[PHP 单测] Utility class for invoking PHP callables with a timeout.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%