symfony/thanks

Give thanks (in the form of a GitHub ★) to your fellow PHP package maintainers (not limited to Symfony components)!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 15th, 2017
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 37
Total Stargazers: 8,076 (+0)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Symfony Thanks is a Composer plugin that automatically stars the GitHub repositories of your PHP package dependencies.

The tool solves the problem of acknowledging the work of open-source maintainers by automating the process of giving GitHub stars. When you run the command, it scans your Composer dependencies, identifies which ones are hosted on GitHub, and stars their repositories. This provides a lightweight but meaningful way to show appreciation for the packages you rely on. Package authors can also configure their own packages to forward stars to other repositories they depend on by adding a thanks entry in the extra section of their composer.json file.

The tool is straightforward to adopt for any PHP developer using Composer. It works as a dev dependency that can be installed globally or per-project. The primary limitation is that it currently supports only GitHub-hosted repositories, so dependencies hosted elsewhere will not receive stars. This makes it most useful for projects that rely heavily on the PHP ecosystem's GitHub-based packages.

The project maintains a minimal but functional codebase with occasional updates addressing edge cases and improvements. Development activity shows responsiveness to issues and pull requests, with changes typically focused on compatibility and reliability rather than feature expansion. The tool remains stable in its core functionality, reflecting its narrow and well-defined scope.