arashabedii/commander

php commandline tool

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 1

Open Issues: 0

Type:lib

pkg:composer/arashabedii/commander

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

This package is auto-updated.

Last update: 2025-10-21 13:55:59 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");