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