Polished work that hasn't found its audience yet.
PayCal core infrastructure and utilities
Documentation
76
Install and run instructions9pt
55
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide5pt
77
CONTRIBUTING guide found.
README12pt
80
README is present.
License6pt
100
Licensed under Other.
Engineering
93
Tests18pt
80
Test files detected (html/api/tests).
CI/CD14pt
100
CI is configured (.github/workflows/javascript.yml).
Linting and formatting5pt
100
PHP linting configured (eslint.config.js).
Reproducibility6pt
100
Lockfile present (composer.lock). Installs are reproducible.
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
100
Dependency manifest6pt
100
Dependency manifest found (composer.json).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Housekeeping3pt
100
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 0Forks
- 3Releaseslatest 5d ago
Community
- 50% - FairCommunity health
- —authors own >50% of commits
- 0Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 1Open issues
Repository files25 root entries
- .githubGood: CI is configured (.github/workflows/javascript.yml).Good: Dependabot covers 3 ecosystems (github-actions, composer, npm). Dependencies stay current.Good: Issue or PR templates present.
- config
- copilot-scripts
- docs
- githooks
- htmlGood: Test files detected (html/api/tests).
- scripts
- strings
- templates
- tests
- tools
- vendorGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Code of conduct present.Good: Environment pinned via vendor/maennchen/zipstream-php/.tool-versions.Good: Security policy present.
- .env.example
- .gitignoreGood: .gitignore present.
- .gitleaks.toml
- composer.jsonGood: Dependency manifest found (composer.json).
- composer.lockGood: Lockfile present (composer.lock). Installs are reproducible.
- eslint.config.jsGood: PHP linting configured (eslint.config.js).
- LICENSE.txtGood: Licensed under Other.
- package.json
- phpstan.neon
- phpunit.public.xml
- 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.Good: README has code examples.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.Good: README documents how to run the project.
- VERSION