Skip to content

w3roman/php-shell

Repository files navigation

Installation

composer require w3lifer/php-shell

Usage

Methods

  • public function ask(string $question): string
  • public function exec(string $command, bool $printCommand = false): array
  • public function shell_exec(string $command, bool $printCommand = false): false|null|string
  • public function system(string $command, bool $printCommand = false): array
  • public function printLine(string $line): void
  • public function printTitle(string $title): void
  • public function getArgument(int $sequentialNumber): string

Tests

make tests

About

PHP Shell

Resources

Stars

Watchers

Forks

Packages

No packages published