knutle / shell-exec
Execute shell commands with precision
v0.1.9
2022-06-14 03:03 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^9.15
- ramsey/uuid: ^4.3.1
- spatie/laravel-package-tools: ^1.11.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- nunomaduro/collision: ^6.2
- nunomaduro/larastan: ^2.1.6
- orchestra/testbench: ^7.5
- pestphp/pest: ^1.21.3
- pestphp/pest-plugin-laravel: ^1.2
- pestphp/pest-plugin-mock: ^1.0.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5.20
- spatie/laravel-ray: ^1.29.7
- spatie/pest-plugin-snapshots: ^1.1
This package is auto-updated.
Last update: 2024-10-09 12:39:10 UTC
README
Execute shell commands with precision
Execute commands and easily determine status, read standard output or error output separately. Comes with helpers for testing to mock output or set expectations for commands to receive.
Installation
You can install the package via composer:
composer require knutle/shell-exec
Usage
See tests.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.