0

/ 100

GradeB

Good shape overall. A few tweaks would push it into the top tier.

Accounting application written in Laravel 12 / PHP 8.5 using Filament 5. QuickBooks, Xero, FreeAgent, Akhaunting ERP alternative.

Documentation

70

License6pt0

No license detected.

Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

Engineering

78

Linting and formatting5pt0

No PHP linter or static analysis tool configured.

Add PHP_CodeSniffer (phpcs.xml) for style or PHPStan (phpstan.neon) for static analysis. Run either in CI.

Tests18pt80

Test files detected (phpunit.xml).

CI/CD14pt85

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

Reproducibility6pt100

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

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

  • -
    Commits (30d / 90d)
  • 75
    Forks
  • 0
    Releases

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 147
    Watchers

Responsiveness

  • <1h
    Median issue response
  • 4d 5h
    Median PR merge time
  • 15
    Open issues
Repository files33 root entries
  • .circleci
  • .docker
  • .github
    Good: CI is configured (.github/workflows/main.yml).
    Good: Dependabot covers 3 ecosystems (composer, npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • app
  • bootstrap
  • config
  • database
  • docs
  • k8s
  • public
  • resources
  • routes
  • storage
  • tests
  • .env.example
  • .env.testing
  • .gitignore
    Good: .gitignore present.
  • artisan
  • CLAUDE.md
  • composer.json
    Good: Dependency manifest found (composer.json).
  • composer.lock
    Good: Lockfile present (composer.lock). Installs are reproducible.
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • package-lock.json
  • package.json
  • phpunit.xml
    Good: Test files detected (phpunit.xml).
  • postcss.config.cjs
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    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.
  • rector.php
  • setup.sh
  • sweep.yaml
  • tailwind.config.js
  • vite.config.js