Well engineered for its size. A portfolio piece worth showing off.
This project collects the most commonly used Laravel extension packages, as well as usage examples of some functional features, for reference in daily development. - 本项目收集了最常用 Laravel 扩展包、以及一些功能特性的使用范例供日常开发参考使用。
Documentation
96
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
83
No dependency lockfile found (−70 pts).
→ Commit composer.lock so Composer installs are repeatable.
Test files detected (phpunit.xml.dist).
CI is configured (.github/workflows/lint-md.yml).
PHP linting configured (.editorconfig).
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)
- 7Forks
- 6Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 41Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 0Open issues
Repository files42 root entries
- .chglog
- .githubGood: 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: CI is configured (.github/workflows/lint-md.yml).Good: Dependabot covers 2 ecosystems (github-actions, composer). Dependencies stay current.Good: Issue or PR templates present.Good: Security policy present.
- app
- baselines
- bootstrap
- config
- database
- public
- resources
- routes
- storage
- tests
- vendor-bin
- _ide_helper_.php
- .editorconfigGood: PHP linting configured (.editorconfig).
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitleaksignore
- .lintmdrc
- .php-cs-fixer-custom.php
- .php-cs-fixer.dist.php
- .typos.toml
- .yamlfmt.yml
- .zhlintrc
- artisan
- CHANGELOG.md
- composer-bump
- composer-dependency-analyser.php
- composer.jsonGood: Dependency manifest found (composer.json).
- ecs.php
- ide.json
- LICENSEGood: Licensed under MIT.
- mago.toml
- package.json
- phpstan.neon.dist
- phpunit.xml.distGood: Test files detected (phpunit.xml.dist).
- pint.json
- 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.dist.php
- rule-doc-generator
- vite.config.js