80
/ 100
Well engineered. The main gaps are test coverage and a contributing guide.
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
- 1Tests18pt
Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".
- 2Dependency manifest6pt
Add a one-line description to package.json. It appears in npm search and on GitHub.
- 3Dependency manifest6pt
Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.
- 4Dependency 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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
88
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.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
76
Test files detected (modules/accounting-core-api/phpunit.xml).
CI is configured (.github/workflows/tests.yml).
Linter or formatter configured (.editorconfig).
Lockfile present (composer.lock). Installs are reproducible.
Issue or PR templates present.
Project health
89
Dependency manifest found (composer.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 90Forks
- 6Releaseslatest 1mo ago
Community
- 50% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 165Watchers
Responsiveness
- <1hMedian issue response
- 4d 5hMedian PR merge time
- 123Open issues
Repository files53 root entries
- .circleci
- .claudeGood: Security policy present.
- .cursor
- .docker
- .gemini
- .githubGood: 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
- modulesGood: Test files detected (modules/accounting-core-api/phpunit.xml).
- public
- resources
- routes
- scripts
- sdk
- storage
- tests
- themes
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.example
- .env.testing
- .gitattributes
- .gitignoreGood: .gitignore present.
- .liberu-meta.json
- .mcp.json
- .npmrc
- AGENTS.md
- artisan
- boost.json
- CLAUDE.md
- composer.jsonGood: Dependency manifest found (composer.json).
- composer.lockGood: Lockfile present (composer.lock). Installs are reproducible.
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- GEMINI.md
- install.sh
- LICENSE.mdGood: Licensed under MIT.
- package-lock.json
- package.json
- phpstan.neon
- phpunit.xml
- pint.json
- README.mdGood: 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
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/liberu-accounting/accounting-laravel)