Good community traction and solid fundamentals. Nearly in the top tier.

Self-hosted, open-source dashboard for your sports and fitness data

Documentation

61

Contributing guide5pt5

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.

Install and run instructions9pt45

README documents how to install the project.

README12pt78

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

92

Tests18pt80

Test files detected (config/app/test).

Reproducibility6pt92

Lockfile present (composer.lock). Installs are reproducible.

CI/CD14pt100

CI is configured (.github/workflows/check-shoutrrr.yaml).

Linting and formatting5pt100

PHP linting configured (lint step in CI).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (composer.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 120
    Forks
  • 211
    Releaseslatest 1y ago

Community

  • 71% - Fair
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 1,808
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 3
    Open issues
Repository files33 root entries
  • .github
    Good: CI is configured (.github/workflows/check-shoutrrr.yaml).
    Good: Dependabot configured for github-actions.
    Good: Issue or PR templates present.
  • bin
  • config
    Good: Test files detected (config/app/test).
  • docker
  • docs
  • migrations
  • public
  • src
  • templates
  • tests
  • translations
  • .dockerignore
  • .env
    Issue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • .env.test
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .php-cs-fixer.dist.php
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • composer.json
    Good: Dependency manifest found (composer.json).
  • composer.lock
    Good: Lockfile present (composer.lock). Installs are reproducible.
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • Makefile
  • package-lock.json
  • package.json
  • phpstan.dist.neon
  • phpunit.xml.dist
  • README.md
    Good: 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