github.com/gogf/gf@v1.16.9/README.MD (about) 1 # GoFrame 2 3 [](https://godoc.org/github.com/gogf/gf) 4 [](https://github.com/gogf/gf/actions/workflows/go.yml) 5 [](https://goreportcard.com/report/github.com/gogf/gf) 6 [](https://codecov.io/gh/gogf/gf/branch/master) 7 [](https://github.com/gogf/gf) 8 [](https://github.com/gogf/gf) 9 10 English | [简体中文](README_ZH.MD) 11 12 `GoFrame` is a modular, powerful, high-performance and enterprise-class application development framework 13 of Golang. 14 15 > If you're a newbie to `Go`, you may consider `GoFrame` easy and great as `Laravel` in `PHP`, `SpringBoot` in `Java` or `Django` in `Python`. 16 17 # Installation 18 ``` 19 go get -u -v github.com/gogf/gf 20 ``` 21 suggested using `go.mod`: 22 ``` 23 require github.com/gogf/gf latest 24 ``` 25 26 # Limitation 27 ``` 28 golang version >= 1.11 29 ``` 30 31 # Architecture 32 <div align=center> 33 <img src="https://goframe.org/download/attachments/1114119/arch.png"/> 34 </div> 35 36 # Packages 37 1. **Primary Package** 38 39 The `gf` repository maintains some basic and most commonly used packages, keeping it as lightweight and simple as possible. 40 41 1. **Community Package** 42 43 The community packages are contributed and maintained by community members, which are hosted in `gogf` organization. Some of the community packages are separated from the `gf` repository, which are not of common usage or are with heavy dependencies. 44 45 # Performance 46 47 The `Web` component performance of `GoFrame`, please refer to third-party project: https://github.com/the-benchmarker/web-frameworks 48 49 50 51 # Documentation 52 53 * 中文官网: [https://goframe.org](https://goframe.org/display/gf) 54 * GoDoc API: [https://pkg.go.dev/github.com/gogf/gf](https://pkg.go.dev/github.com/gogf/gf) 55 56 57 # License 58 59 `GF` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever. 60 61 # Part Of Users 62 63 - [Tencent](https://www.tencent.com/) 64 - [ZTE](https://www.zte.com.cn/china/) 65 - [Ant Financial Services](https://www.antfin.com/) 66 - [MedLinker](https://www.medlinker.com/) 67 - [KuCoin](https://www.kucoin.io/) 68 - [LeYouJia](https://www.leyoujia.com/) 69 - [IGG](https://igg.com) 70 - [XiMaLaYa](https://www.ximalaya.com) 71 - [ZYBang](https://www.zybang.com/) 72 73 > We list part of the users here, if your company or products are using `GoFrame`, please let us know [here](https://goframe.org/pages/viewpage.action?pageId=1114415). 74 75 76 # Contributors 77 This project exists thanks to all the people who contribute. [[Contributors](https://github.com/gogf/gf/graphs/contributors)]. 78 <a href="https://github.com/gogf/gf/graphs/contributors"><img src="https://opencollective.com/goframe/contributors.svg?width=890&button=false" /></a> 79 80 81 # Donators 82 83 If you love `GF`, why not [buy developer a cup of coffee](https://goframe.org/pages/viewpage.action?pageId=1115633)? 84 85 # Sponsors 86 We appreciate any kind of sponsorship for `GF` development. If you've got some interesting, please contact WeChat `389961817` / Email `john@goframe.org`. 87 88 89 90 # Thanks 91 <a href="https://www.jetbrains.com/?from=GoFrame"><img src="https://goframe.org/download/thumbnails/1114119/jetbrains.png" height="120" alt="JetBrains"/></a> 92 <a href="https://www.atlassian.com/?from=GoFrame"><img src="https://goframe.org/download/attachments/1114119/atlassian.jpg" height="120" alt="Atlassian"/></a> 93 94 95 96 97 98 99 100 101 102 103