w3lifer / php-shell
PHP Shell
1.0.1
2025-02-16 13:21 UTC
Requires
- php: ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2026-03-01 00:24:55 UTC
README
Installation
composer require w3lifer/php-shell
Usage
Methods
public function ask(string $question): stringpublic function exec(string $command, bool $printCommand = false): arraypublic function shell_exec(string $command, bool $printCommand = false): false|null|stringpublic function system(string $command, bool $printCommand = false): arraypublic function printLine(string $line): voidpublic function printTitle(string $title): voidpublic function getArgument(int $sequentialNumber): string
Tests
make tests