# NimServer **Repository Path**: okcoder/nim-server ## Basic Information - **Project Name**: NimServer - **Description**: 网易云信IM - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-31 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP ## README ### 网易云信IM #### 安装 ``` composer require okcoder/nim-server ``` #### 使用说明 ```php $user = NimServer::user(); $user->create(); $msg = NimServer::msg(); $msg->sendMsg(); // 以此类推 ```