symfony/thanks
Symfony plugin to show thanks by starring the GitHub repos of your Composer dependencies. Run via composer thanks to discover and support the open-source packages your project relies on.
Install via Composer: composer require --dev symfony/thanks. After installation, run ./vendor/bin/thanks (or php vendor/bin/thanks) to interactively review and star packages listed in composer.lock. The first run will prompt to authenticate with GitHub via OAuth if not already configured—this happens locally and stores credentials in ~/.composer/auth.json. Begin with ./vendor/bin/thanks --help to explore available flags and workflows.
./vendor/bin/thanks to post-update and post-install Composer scripts (extra.composer-events) so starring happens automatically during dependency changes../vendor/bin/thanks --no-interaction in CI pipelines to silently star dependencies—ideal for open-source contribution workflows.--only-vendor (star only vendor/* packages) or --only-package=name (target specific packages like symfony/framework-bundle).composer.json's extra.thanks section for non-standard repos or private GitHub instances.auth.json—ensure GitHub tokens have public_repo scope. Use ./vendor/bin/thanks --flush-cache if rate-limited.composer.lock; running without it (e.g., on fresh clones) may skip dependencies. Always commit composer.lock in projects.--verbose to see why a package was skipped.--max-repos=N to cap starred repos and avoid overwhelming maintainers or hitting API limits.Thanks command via Symfony’s service tagging (thanks.repository_locator service is extensible for custom registry integrations).How can I help you explore Laravel packages today?