# aether-hyperf **Repository Path**: devAether666/aether-hyperf ## Basic Information - **Project Name**: aether-hyperf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-30 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ### 配置 - 编辑 `composer.json` 文件,添加 `aether/hyperf` 包的配置。 ```json { "repositories": [ { "type": "git", "url": "https://gitee.com/devAether666/aether-hyperf.git" } ], "require": { "aether/hyperf": "master" } } ``` ### 安装 ```bash composer require aether/hyperf ``` ### 更新 ```bash # 清除缓存 composer clear-cache # 更新 composer update aether/hyperf ```