{"id":15046102,"url":"https://github.com/sjorek/composer-silent-command-plugin","last_synced_at":"2025-05-14T21:12:22.226Z","repository":{"id":57052300,"uuid":"108410385","full_name":"sjorek/composer-silent-command-plugin","owner":"sjorek","description":"A composer-plugin to run commands silently, without tampering with their exit-code.","archived":false,"fork":false,"pushed_at":"2018-02-27T19:04:31.000Z","size":41,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T21:12:08.557Z","etag":null,"topics":["composer","composer-plugin","php","shell"],"latest_commit_sha":null,"homepage":"https://sjorek.github.io/composer-silent-command-plugin/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjorek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-26T12:45:58.000Z","updated_at":"2017-10-26T13:29:19.000Z","dependencies_parsed_at":"2022-08-24T05:10:14.606Z","dependency_job_id":null,"html_url":"https://github.com/sjorek/composer-silent-command-plugin","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjorek%2Fcomposer-silent-command-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjorek%2Fcomposer-silent-command-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjorek%2Fcomposer-silent-command-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjorek%2Fcomposer-silent-command-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjorek","download_url":"https://codeload.github.com/sjorek/composer-silent-command-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227631,"owners_count":22035671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","composer-plugin","php","shell"],"created_at":"2024-09-24T20:52:42.585Z","updated_at":"2025-05-14T21:12:22.153Z","avatar_url":"https://github.com/sjorek.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [“silent-command”](https://sjorek.github.io/composer-silent-command-plugin/) [composer-plugin](http://getcomposer.org)\n\nA [composer](http://getcomposer.org)-plugin to run commands silently, without tampering with their exit-code.\n\n## Installation\n\n### Method 1: as a package requirement (recommended!)\n\n```bash\nphp composer.phar require [--dev] sjorek/composer-silent-command-plugin\n```\n\n\n### Method 2: globally, so it is available in all packages\n\n```bash\nphp composer.phar global require sjorek/composer-silent-command-plugin\n```\n\n\n## Documentation\n\n```bash\n$ php composer.phar help silent\nUsage:\n  silent \u003ccommand-name\u003e [\u003cargs\u003e]...\n\nArguments:\n  command-name                   \n  args                           \n\nOptions:\n  -h, --help                     Display this help message\n  -q, --quiet                    Do not output any message\n  -V, --version                  Display this application version\n      --ansi                     Force ANSI output\n      --no-ansi                  Disable ANSI output\n  -n, --no-interaction           Do not ask any interactive question\n      --profile                  Display timing and memory usage information\n      --no-plugins               Whether to disable plugins.\n  -d, --working-dir=WORKING-DIR  If specified, use the given directory as working directory.\n  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output,\n                                 2 for more verbose output and 3 for debug\n\nHelp:\n  Use this command as a wrapper to run other Composer commands\n  super silently, without tampering with their exit-code. The\n  only way to get output, is to enable the debug option.\n  \n```\n\n\n## Contributing\n\nLook at the [contribution guidelines](CONTRIBUTING.md)\n\n\n## Want more?\n\nThere is a [virtual-environment composer-plugin](https://sjorek.github.io/composer-virtual-environment-plugin/)\ncomplementing this composer-plugin.\n\n## Links\n\n### Status\n\n[![Build Status](https://img.shields.io/travis/sjorek/composer-silent-command-plugin.svg)](https://travis-ci.org/sjorek/composer-silent-command-plugin)\n\n\n### GitHub\n\n[![GitHub Issues](https://img.shields.io/github/issues/sjorek/composer-silent-command-plugin.svg)](https://github.com/sjorek/composer-silent-command-plugin/issues)\n[![GitHub Latest Tag](https://img.shields.io/github/tag/sjorek/composer-silent-command-plugin.svg)](https://github.com/sjorek/composer-silent-command-plugin/tags)\n[![GitHub Total Downloads](https://img.shields.io/github/downloads/sjorek/composer-silent-command-plugin/total.svg)](https://github.com/sjorek/composer-silent-command-plugin/releases)\n\n\n### Packagist\n\n[![Packagist Latest Stable Version](https://poser.pugx.org/sjorek/composer-silent-command-plugin/version)](https://packagist.org/packages/sjorek/composer-silent-command-plugin)\n[![Packagist Total Downloads](https://poser.pugx.org/sjorek/composer-silent-command-plugin/downloads)](https://packagist.org/packages/sjorek/composer-silent-command-plugin)\n[![Packagist Latest Unstable Version](https://poser.pugx.org/sjorek/composer-silent-command-plugin/v/unstable)](https:////packagist.org/packages/sjorek/composer-silent-command-plugin)\n[![Packagist License](https://poser.pugx.org/sjorek/composer-silent-command-plugin/license)](https://packagist.org/packages/sjorek/composer-silent-command-plugin)\n\n\n### Social\n\n[![GitHub Forks](https://img.shields.io/github/forks/sjorek/composer-silent-command-plugin.svg?style=social)](https://github.com/sjorek/composer-silent-command-plugin/network)\n[![GitHub Stars](https://img.shields.io/github/stars/sjorek/composer-silent-command-plugin.svg?style=social)](https://github.com/sjorek/composer-silent-command-plugin/stargazers)\n[![GitHub Watchers](https://img.shields.io/github/watchers/sjorek/composer-silent-command-plugin.svg?style=social)](https://github.com/sjorek/composer-silent-command-plugin/watchers)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/sjorek/composer-silent-command-plugin.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fsjorek.github.io%2Fcomposer-silent-command-plugin%2F)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjorek%2Fcomposer-silent-command-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjorek%2Fcomposer-silent-command-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjorek%2Fcomposer-silent-command-plugin/lists"}