8000 GitHub - PiotrPress/executor: This library is an object wrapper for an exec PHP function.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PiotrPress/executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Executor

This library is an object wrapper for an exec PHP function.

Installation

composer require piotrpress/executor

Usage

require __DIR__ . '/vendor/autoload.php';

use PiotrPress;

$result = new Executor( 'ls' );

$result->getOutput();
$result->getReturn();
$result->isSuccess(); 
$result->isFailure();

echo $result;

Requirements

PHP >= 7.4 version.

License

GPL3.0

About

This library is an object wrapper for an exec PHP function.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0