Good shape overall. A few tweaks would push it into the top tier.
Aplikasi Laundry Dengan Laravel dan Ajax
Documentation
47
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under MIT.
Engineering
89
Lockfile present (composer.lock). Installs are reproducible.
Test files detected (phpunit.xml).
CI is configured (.circleci/config.yml).
PHP linting configured (.editorconfig).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (composer.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 43Forks
- 30Releaseslatest 4y ago
Community
- —Community health
- —authors own >50% of commits
- 162Watchers
Responsiveness
- 96d 3hMedian issue response
- —Median PR merge time
- 2Open issues
Repository files28 root entries
- .circleciGood: CI is configured (.circleci/config.yml).
- .githubGood: Issue or PR templates present.
- app
- bootstrap
- config
- database
- publicIssue: Build artifacts or local files may be committed (public/backend/.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
- resources
- routes
- storage
- stubs
- tests
- .editorconfigGood: PHP linting configured (.editorconfig).
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .styleci.yml
- artisan
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- composer.jsonGood: Dependency manifest found (composer.json).
- composer.lockGood: Lockfile present (composer.lock). Installs are reproducible.
- LICENSEGood: Licensed under MIT.
- package-lock.json
- package.json
- phpunit.xmlGood: Test files detected (phpunit.xml).
- readme.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- server.php
- webpack.mix.js