webman tech 组件集合仓库,包含多个可独立使用的 PHP 组件。
# 安装所有组件
composer require webman-tech/components-monorepo
# 按需安装单个组件
composer require webman-tech/amis-admin
composer require webman-tech/auth
# ...- webman-tech/amis-admin
- webman-tech/auth
- webman-tech/common-utils
- webman-tech/crontab-task
- webman-tech/debugbar
- webman-tech/dto
- webman-tech/log-reader
- webman-tech/logger
- webman-tech/swagger
各组件的详细使用方法,请参考对应包的文档。
欢迎提交 Issue 和 Pull Request。
项目使用 Monorepo 结构管理多个组件,开发前请阅读 CLAUDE.md 了解项目架构和开发规范。