arashabedii/commander

php commandline tool

v1.0 2022-07-21 07:16 UTC

This package is auto-updated.

Last update: 2025-04-21 13:00:14 UTC


README

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");