Good shape overall. A few tweaks would push it into the top tier.

Aplikasi Laundry Dengan Laravel dan Ajax

Documentation

47

Contributing guide5pt5

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.

Install and run instructions9pt10

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt65

README is present.

License6pt100

Licensed under MIT.

Engineering

89

Reproducibility6pt70

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

Tests18pt80

Test files detected (phpunit.xml).

CI/CD14pt100

CI is configured (.circleci/config.yml).

Linting and formatting5pt100

PHP linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (composer.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 43
    Forks
  • 30
    Releaseslatest 4y ago

Community

  • Community health
  • authors own >50% of commits
  • 162
    Watchers

Responsiveness

  • 96d 3h
    Median issue response
  • Median PR merge time
  • 2
    Open issues
Repository files28 root entries
  • .circleci
    Good: CI is configured (.circleci/config.yml).
  • .github
    Good: Issue or PR templates present.
  • app
  • bootstrap
  • config
  • database
  • public
    Issue: 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
  • .editorconfig
    Good: PHP linting configured (.editorconfig).
  • .env.example
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .styleci.yml
  • artisan
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • composer.json
    Good: Dependency manifest found (composer.json).
  • composer.lock
    Good: Lockfile present (composer.lock). Installs are reproducible.
  • LICENSE
    Good: Licensed under MIT.
  • package-lock.json
  • package.json
  • phpunit.xml
    Good: Test files detected (phpunit.xml).
  • readme.md
    Good: 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