80

/ 100

GradeB

Well engineered. The main gaps are test coverage and a contributing guide.

Top 28% of 5,156 graded repos

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

Top fixes

Highest-impact changes first, ranked by point weight

7 to address
  1. 1
    Tests18pt

    Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".

  2. 2
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

  3. 3
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

  4. 4
    Dependency manifest6pt

    Add a `keywords` array to help people find your package on npm.

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 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.

License6pt100

Licensed under MIT.

Engineering

76

Tests18pt35

Test files detected (modules/accounting-core-api/phpunit.xml).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

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)
  • 90
    Forks
  • 6
    Releaseslatest 1mo ago

Community

  • 50% - Fair
    Community health
  • 2 bus factor
    authors own >50% of commits
  • 165
    Watchers

Responsiveness

  • <1h
    Median issue response
  • 4d 5h
    Median PR merge time
  • 123
    Open issues
Repository files53 root entries
  • .circleci
  • .claude
    Good: Security policy present.
  • .cursor
  • .docker
  • .gemini
  • .github
    Good: CI is configured (.github/workflows/tests.yml).
    Good: Dependabot covers 3 ecosystems (composer, npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .junie
  • .vscode
  • app
  • bootstrap
  • config
  • database
  • docs
  • k8s
  • modules
    Good: Test files detected (modules/accounting-core-api/phpunit.xml).
  • public
  • resources
  • routes
  • scripts
  • sdk
  • storage
  • tests
  • themes
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .env.testing
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .liberu-meta.json
  • .mcp.json
  • .npmrc
  • AGENTS.md
  • artisan
  • boost.json
  • 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.
  • GEMINI.md
  • install.sh
  • LICENSE.md
    Good: Licensed under MIT.
  • package-lock.json
  • package.json
  • phpstan.neon
  • 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.
    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
  • sweep.yaml
  • update-repositories.sh
  • vite.config.js
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/liberu-accounting/accounting-laravel)](https://www.repo-grade.com/report/liberu-accounting/accounting-laravel)

More graded PHP repos