arashabedii/commander

php commandline tool

Maintainers

Package info

github.com/ArashAbedii/commander

Type:lib

pkg:composer/arashabedii/commander

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-21 14:52:57 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");