# SRP6Register **Repository Path**: justkkalways/SRP6Register ## Basic Information - **Project Name**: SRP6Register - **Description**: SRP6 PHP基于GMP库实现 实现了Azerothcore auth库的注册功能 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SRP6Register ### 1.SRP6注册PHP基于GMP库实现 ``` 实现了注册页面及数据库操作 修改数据库连接信息即可 $aDbConfig 扩展依赖 gmp ``` ### 2.注册页面 ![注册](./img/reg.png) ### 3.相关项目 项目 | 名称 | 地址 ---- ---- ---- mpool | SRP6服务端 | [mpool](https://github.com/18616378431/mpool) Qt6实现的服务端[mpoolSRP6ServerForQt](https://github.com/18616378431/mpoolSRP6ServerForQt) SRP6ClientForQt6 | SRP6客户端 | [SRP6ClientForQt6](https://github.com/18616378431/SRP6ClientForQt6) SRP6Register | SRP6注册 | [SRP6Register](https://github.com/18616378431/SRP6Register)