https://github.com/sjorek/composer-silent-command-plugin
A composer-plugin to run commands silently, without tampering with their exit-code.
https://github.com/sjorek/composer-silent-command-plugin
composer composer-plugin php shell
Last synced: about 1 year ago
JSON representation
A composer-plugin to run commands silently, without tampering with their exit-code.
- Host: GitHub
- URL: https://github.com/sjorek/composer-silent-command-plugin
- Owner: sjorek
- License: bsd-3-clause
- Created: 2017-10-26T12:45:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T19:04:31.000Z (over 8 years ago)
- Last Synced: 2025-05-14T21:12:08.557Z (about 1 year ago)
- Topics: composer, composer-plugin, php, shell
- Language: PHP
- Homepage: https://sjorek.github.io/composer-silent-command-plugin/
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [“silent-command”](https://sjorek.github.io/composer-silent-command-plugin/) [composer-plugin](http://getcomposer.org)
A [composer](http://getcomposer.org)-plugin to run commands silently, without tampering with their exit-code.
## Installation
### Method 1: as a package requirement (recommended!)
```bash
php composer.phar require [--dev] sjorek/composer-silent-command-plugin
```
### Method 2: globally, so it is available in all packages
```bash
php composer.phar global require sjorek/composer-silent-command-plugin
```
## Documentation
```bash
$ php composer.phar help silent
Usage:
silent []...
Arguments:
command-name
args
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--profile Display timing and memory usage information
--no-plugins Whether to disable plugins.
-d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output,
2 for more verbose output and 3 for debug
Help:
Use this command as a wrapper to run other Composer commands
super silently, without tampering with their exit-code. The
only way to get output, is to enable the debug option.
```
## Contributing
Look at the [contribution guidelines](CONTRIBUTING.md)
## Want more?
There is a [virtual-environment composer-plugin](https://sjorek.github.io/composer-virtual-environment-plugin/)
complementing this composer-plugin.
## Links
### Status
[](https://travis-ci.org/sjorek/composer-silent-command-plugin)
### GitHub
[](https://github.com/sjorek/composer-silent-command-plugin/issues)
[](https://github.com/sjorek/composer-silent-command-plugin/tags)
[](https://github.com/sjorek/composer-silent-command-plugin/releases)
### Packagist
[](https://packagist.org/packages/sjorek/composer-silent-command-plugin)
[](https://packagist.org/packages/sjorek/composer-silent-command-plugin)
[](https:////packagist.org/packages/sjorek/composer-silent-command-plugin)
[](https://packagist.org/packages/sjorek/composer-silent-command-plugin)
### Social
[](https://github.com/sjorek/composer-silent-command-plugin/network)
[](https://github.com/sjorek/composer-silent-command-plugin/stargazers)
[](https://github.com/sjorek/composer-silent-command-plugin/watchers)
[](https://twitter.com/intent/tweet?url=https%3A%2F%2Fsjorek.github.io%2Fcomposer-silent-command-plugin%2F)