Skip to content

simply PHP lib for running commands in the background

Notifications You must be signed in to change notification settings

ArashAbedii/commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CLASS TO RUNNING COMMANDS IN BACKGROUND

INSTALLITATIN

open terminul in your project root directory and then run this command:

composer require arashabedii/commander

example:

require_once './vendor/autoload.php';

use ArashAbedii\Commander;

//run command in background
echo Commander::runInBg("php test.php");

About

simply PHP lib for running commands in the background

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages