88

/ 100

GradeB

Well engineered. The main gaps are a reproducible setup and a contributing guide.

Top 16% of 5,156 graded repos

❤️ 每天收集喜欢的开源项目。

Top fixes

Highest-impact changes first, ranked by point weight

6 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  3. 3
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  4. 4
    Reproducibility6pt

    Commit composer.lock so Composer installs are repeatable.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

88

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under GPL-3.0.

Engineering

83

Reproducibility6pt20

No dependency lockfile found (−70 pts).

Commit composer.lock so Composer installs are repeatable.

Tests18pt80

Test files detected (phpunit.xml.dist).

CI/CD14pt100

CI is configured (.github/workflows/tests.yml).

Linting and formatting5pt100

PHP linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (composer.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 42 / 218
    Commits (30d / 90d)
  • 286
    Forks
  • 0
    Releases

Community

  • 85% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 3,300
    Watchers

Responsiveness

  • 25d 21h
    Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files29 root entries
  • .github
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Code of conduct present.
    Good: CI is configured (.github/workflows/tests.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, composer). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • app
  • bootstrap
  • config
  • tests
  • _config.yml
  • .editorconfig
    Good: PHP linting configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .lintmdrc
  • .php-cs-fixer-custom.php
  • .php-cs-fixer.dist.php
  • .zhlintrc
  • composer-bump
  • composer.json
    Good: Dependency manifest found (composer.json).
  • favorite-link
  • LICENSE
    Good: Licensed under GPL-3.0.
  • phpunit.xml.dist
    Good: Test files detected (phpunit.xml.dist).
  • README-2018.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    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.
    Good: README documents how to run the project.
  • README-2019.md
  • README-2020.md
  • README-2021.md
  • README-2022.md
  • README-2023.md
  • README-2024.md
  • README-2025.md
  • README.atom
  • README.md
  • README.rss
  • rector.dist.php
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/guanguans/favorite-link)](https://www.repo-grade.com/report/guanguans/favorite-link)

More graded PHP repos