github.com/gogf/gf@v1.16.9/README_ZH.MD (about) 1 # GoFrame 2 [](https://godoc.org/github.com/gogf/gf) 3 [](https://travis-ci.org/gogf/gf) 4 [](https://goreportcard.com/report/github.com/gogf/gf) 5 [](https://codecov.io/gh/gogf/gf/branch/master) 6 [](https://github.com/gogf/gf) 7 [](https://github.com/gogf/gf) 8 9 [English](README.MD) | 简体中文 10 11 `GoFrame`是一款模块化、高性能、企业级的Go基础开发框架。 12 13 > 如果您初识`Go`语言,您可以将`GoFrame`类似于`PHP`中的`Laravel`, `Java`中的`SpringBoot`或者`Python`中的`Django`。 14 15 # 特点 16 * 模块化、松耦合 17 * 模块丰富、开箱即用 18 * 简洁易用、快速接入 19 * 文档详尽、易于维护 20 * 自顶向下、体系化设计 21 * 统一框架、统一组件、降低选择成本 22 * 开发规范、设计模式、代码分层模型 23 * 强大便捷的开发工具链 24 * 完善的本地中文化支持 25 * 设计为团队及企业使用 26 27 # 地址 28 - **主库**:https://github.com/gogf/gf 29 - **码云**:https://gitee.com/johng/gf 30 31 # 安装 32 ```html 33 go get -u -v github.com/gogf/gf 34 ``` 35 推荐使用 `go.mod`: 36 ``` 37 require github.com/gogf/gf latest 38 ``` 39 40 # 限制 41 ```shell 42 golang版本 >= 1.11 43 ``` 44 45 46 47 # 架构 48 <div align=center> 49 <img src="https://goframe.org/download/attachments/1114119/arch.png"/> 50 </div> 51 52 # 模块 53 54 1. **核心模块** 55 56 `GoFrame`提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,这些模块由`gf`主仓库细致维护。 57 58 1. **社区模块** 59 60 社区模块主要由社区贡献并维护,大部分也是由`gf`主仓库的贡献者提供及维护,存放于`gogf`空间下,与`gf`主仓库处于同一级别。有的社区模块是从`gf`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。 61 62 63 # 性能 64 大家较为感兴趣的`Web`组件性能测试,请参考第三方性能测试评估:https://github.com/the-benchmarker/web-frameworks 65 66 # 文档 67 68 官方站点:[https://goframe.org](https://goframe.org/display/gf) 69 70 接口文档:[https://pkg.go.dev/github.com/gogf/gf](https://pkg.go.dev/github.com/gogf/gf) 71 72 73 # 协议 74 75 `GF` 使用非常友好的 [MIT](LICENSE) 开源协议进行发布,永久`100%`开源免费。 76 77 # 用户 78 79 - [腾讯科技](https://www.tencent.com/) 80 - [中兴通讯](https://www.zte.com.cn/china/) 81 - [蚂蚁金服](https://www.antfin.com/) 82 - [医联科技](https://www.medlinker.com/) 83 - [库币科技](https://www.kucoin.io/) 84 - [乐有家](https://www.leyoujia.com/) 85 - [IGG](https://igg.com) 86 - [喜马拉雅](https://www.ximalaya.com) 87 - [作业帮](https://www.zybang.com/) 88 89 > 在这里只列举了部分知名的用户,如果您的企业或者产品正在使用`GoFrame`,欢迎到 [这里](https://goframe.org/pages/viewpage.action?pageId=1114415) 留言。 90 91 # 贡献 92 93 感谢所有参与`GoFrame`开发的贡献者。 [[贡献者列表](https://github.com/gogf/gf/graphs/contributors)]. 94 <a href="https://github.com/gogf/gf/graphs/contributors"><img src="https://opencollective.com/goframe/contributors.svg?width=890&button=false" /></a> 95 96 97 # 捐赠 98 99 如果您喜欢`GF`,要不给开发者 [来杯咖啡](https://goframe.org/pages/viewpage.action?pageId=1115633) 吧! 100 请在捐赠时备注您的`github`/`gitee`账号名称。 101 102 # 赞助 103 104 赞助支持`GF`框架的快速研发,如果您感兴趣,请联系 微信 `389961817` / 邮件 `john@goframe.org`。 105 106 # 感谢 107 <a href="https://www.jetbrains.com/?from=GoFrame"><img src="https://goframe.org/download/thumbnails/1114119/jetbrains.png" height="120" alt="JetBrains"/></a> 108 <a href="https://www.atlassian.com/?from=GoFrame"><img src="https://goframe.org/download/attachments/1114119/atlassian.jpg" height="120" alt="Atlassian"/></a> 109