0
/ 100
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.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4License6pt
Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
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
70
No license detected.
→ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
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.
Engineering
78
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.
Test files detected (phpunit.xml).
CI is configured (.github/workflows/main.yml).
Lockfile present (composer.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
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)
- 75Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 147Watchers
Responsiveness
- <1hMedian issue response
- 4d 5hMedian PR merge time
- 15Open issues
Repository files33 root entries
- .circleci
- .docker
- .githubGood: 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
- .gitignoreGood: .gitignore present.
- artisan
- 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.
- package-lock.json
- package.json
- phpunit.xmlGood: Test files detected (phpunit.xml).
- postcss.config.cjs
- 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
- setup.sh
- sweep.yaml
- tailwind.config.js
- 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)