A well-known project done right. Strong docs and solid engineering throughout.

Documentation

91

Contributing guide5pt79

Contributing guide is detailed and thorough.

README12pt85

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

90

Tests18pt80

Test files detected (phpunit.xml).

Reproducibility6pt80

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

CI/CD14pt100

CI is configured (.github/workflows/build.yaml).

Linting and formatting5pt100

PHP linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

84

Repository metadata5pt40

No repository description set on GitHub (−60 pts).

Add a one-line description in the repo Settings → About. It appears in search results and social previews.

Dependency manifest6pt100

Dependency manifest found (composer.json).

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 289
    Forks
  • 34
    Releaseslatest 1y ago

Community

  • Community health
  • authors own >50% of commits
  • 2,125
    Watchers

Responsiveness

  • 2d 14h
    Median issue response
  • 15h
    Median PR merge time
  • 19
    Open issues
Repository files41 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yaml).
    Good: Issue or PR templates present.
  • app
  • bootstrap
  • config
  • database
  • docker
  • lang
  • plugins
  • public
  • resources
  • routes
  • storage
  • tests
  • .dockerignore
  • .editorconfig
    Good: PHP linting configured (.editorconfig).
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .prettierrc.json
  • artisan
  • bounties.md
  • compose-bind.yml
  • compose-full-stack.yml
  • compose.yml
  • composer.json
    Good: Dependency manifest found (composer.json).
  • composer.lock
    Good: Lockfile present (composer.lock). Installs are reproducible.
  • contributing.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • contributor_license_agreement.md
  • crowdin.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.base
  • Dockerfile.dev
  • license
    Good: Licensed under AGPL-3.0.
  • package-lock.json
  • package.json
  • phpstan.neon
  • phpunit.xml
    Good: Test files detected (phpunit.xml).
  • pint.json
  • readme.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.
  • security.md
    Good: Security policy present.
  • vite.config.js
  • yarn.lock