https://github.com/webman-tech/components-monorepo
component for webman monorepo
https://github.com/webman-tech/components-monorepo
Last synced: 18 days ago
JSON representation
component for webman monorepo
- Host: GitHub
- URL: https://github.com/webman-tech/components-monorepo
- Owner: webman-tech
- Created: 2025-06-04T05:18:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T03:39:48.000Z (18 days ago)
- Last Synced: 2026-05-16T05:40:25.589Z (18 days ago)
- Language: PHP
- Homepage:
- Size: 1.28 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Components Monorepo
webman tech 组件集合仓库,包含多个可独立使用的 PHP 组件。
## 安装
```bash
# 安装所有组件
composer require webman-tech/components-monorepo
# 按需安装单个组件
composer require webman-tech/amis-admin
composer require webman-tech/auth
# ...
```
## 组件列表
- [webman-tech/amis-admin](https://github.com/webman-tech/amis-admin)
- [webman-tech/auth](https://github.com/webman-tech/auth)
- [webman-tech/common-utils](https://github.com/webman-tech/common-utils)
- [webman-tech/crontab-task](https://github.com/webman-tech/crontab-task)
- [webman-tech/debugbar](https://github.com/webman-tech/debugbar)
- [webman-tech/dto](https://github.com/webman-tech/dto)
- [webman-tech/log-reader](https://github.com/webman-tech/log-reader)
- [webman-tech/logger](https://github.com/webman-tech/logger)
- [webman-tech/swagger](https://github.com/webman-tech/swagger)
## 使用说明
各组件的详细使用方法,请参考对应包的文档。
## 贡献指南
欢迎提交 Issue 和 Pull Request。
项目使用 Monorepo 结构管理多个组件,开发前请阅读 [CLAUDE.md](CLAUDE.md) 了解项目架构和开发规范。