# workerman-app **Repository Path**: haha1231/workerman-app ## Basic Information - **Project Name**: workerman-app - **Description**: workerman加入常用组件,整合之后开箱即用 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-11 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # workerman-app workerman加入常用组件,整合之后开箱即用 ## 使用组件 ``` "workerman/workerman": "^4.0", 基础通信组件 "heropoo/container": "^0.3.1", 容器组件 "heropoo/config": "^0.2.1", 配置组件 "heropoo/cache": "^0.3.0", 缓存组件 "heropoo/db": "^0.5.0", 数据库组件 "heropoo/routing": "^0.8.4", 路由组件 "monolog/monolog": "^2.1", 日志组件 "vlucas/phpdotenv": "^2.5", env配置组件 ```