Skip to content

znck-graveyard/runner-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner (PHP)

PHP wrapper for znck/runner

Installation:

composer require znck/runner-php

Usage:

$runner = \Znck\Runner\TestingEnvironment::binary();
// OR
$runner = new \Znck\Runner\TestingEnvironment;
$runner->setTime(6);
$runner->setMemory(128 * 1024 * 1024); // 128MB
$runner = $runner->command();

exec("{$runner} --analysis=a.yml a.out");

About

PHP wrapper for znck/runner

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors