Good community traction and solid fundamentals. Nearly in the top tier.
Self-hosted, open-source dashboard for your sports and fitness data
Documentation
61
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under AGPL-3.0.
Engineering
92
Test files detected (config/app/test).
Lockfile present (composer.lock). Installs are reproducible.
CI is configured (.github/workflows/check-shoutrrr.yaml).
PHP linting configured (lint step in CI).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (composer.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 120Forks
- 211Releaseslatest 1y ago
Community
- 71% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1,808Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 3Open issues
Repository files33 root entries
- .githubGood: CI is configured (.github/workflows/check-shoutrrr.yaml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- bin
- configGood: Test files detected (config/app/test).
- docker
- docs
- migrations
- public
- src
- templates
- tests
- translations
- .dockerignore
- .envIssue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .env.test
- .gitattributes
- .gitignoreGood: .gitignore present.
- .php-cs-fixer.dist.php
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- composer.jsonGood: Dependency manifest found (composer.json).
- composer.lockGood: Lockfile present (composer.lock). Installs are reproducible.
- docker-compose.ymlGood: Environment pinned via docker-compose.yml.
- LICENSEGood: Licensed under AGPL-3.0.
- Makefile
- package-lock.json
- package.json
- phpstan.dist.neon
- phpunit.xml.dist
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- rector-tests.php
- rector.php
- symfony.lock
- webpack.config.js