# gf **Repository Path**: kaopuke/gf ## Basic Information - **Project Name**: gf - **Description**: GoFrame是一款模块化、高性能、企业级、工程化完备的Go基础开发框架。GoFrame不是一款WEB/RPC框架,而是一款通用性的基础开发框架,是Golang标准库的一个增强扩展级,包含通用核心的基础开发组件,优点是实战化、模块化、文档全面、模块丰富、易用性高、通用性强、面向团队。 如果您想使用Golang开发一个业务型项目,无论是小型还是中大型项目,GoFrame是您的不二之选。如果您想开发 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://goframe.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 649 - **Created**: 2022-02-15 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoFrame
[![Go Doc](https://godoc.org/github.com/gogf/gf?status.svg)](https://godoc.org/github.com/gogf/gf) [![GoFrame CI](https://github.com/gogf/gf/actions/workflows/gf.yml/badge.svg)](https://github.com/gogf/gf/actions/workflows/gf.yml) [![Go Report](https://goreportcard.com/badge/github.com/gogf/gf?v=1)](https://goreportcard.com/report/github.com/gogf/gf) [![Code Coverage](https://codecov.io/gh/gogf/gf/branch/master/graph/badge.svg)](https://codecov.io/gh/gogf/gf/branch/master) [![Production Ready](https://img.shields.io/badge/production-ready-blue.svg)](https://github.com/gogf/gf) [![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf)
`GoFrame` is a modular, powerful, high-performance and enterprise-class application development framework of Golang. # Features - modular, loosely coupled design - rich components, out-of-the-box - automatic codes generating for efficiency - simple and easy to use, detailed documentation - interface designed components, with high scalability - fully supported tracing and error stack feature - specially developed and powerful ORM component - robust engineering design specifications - convenient development CLI tool provide - OpenTelemetry observability features support - OpenAPIV3 documentation generating, automatically - much, much more...ready to explore? # Installation Enter your repo. directory and execute following command: ## primary module ```bash go get -u -v github.com/gogf/gf/v2 ``` ## cli tool ```bash go install github.com/gogf/gf/cmd/gf/v2 ``` # Limitation ``` golang version >= 1.15 ``` # Architecture
# Documentation * Chinese Official Site(中文官网): [https://goframe.org](https://goframe.org/display/gf) * GoDoc API: [https://pkg.go.dev/github.com/gogf/gf](https://pkg.go.dev/github.com/gogf/gf) # License `GoFrame` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever. # Part Of Users - [Tencent](https://www.tencent.com/) - [ZTE](https://www.zte.com.cn/china/) - [Ant Financial Services](https://www.antfin.com/) - [VIVO](https://www.vivo.com/) - [MedLinker](https://www.medlinker.com/) - [KuCoin](https://www.kucoin.io/) - [LeYouJia](https://www.leyoujia.com/) - [IGG](https://igg.com) - [37](https://www.37.com) - [XiMaLaYa](https://www.ximalaya.com) - [ZYBang](https://www.zybang.com/) > 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). # Contributors This project exists thanks to all the people who contribute. [[Contributors](https://github.com/gogf/gf/graphs/contributors)]. # Donators If you love `GoFrame`, why not [buy developer a cup of coffee](https://goframe.org/pages/viewpage.action?pageId=1115633)? # Sponsors We appreciate any kind of sponsorship for `GoFrame` development. If you've got some interesting, please contact WeChat `389961817` / Email `john@goframe.org`. # Thanks JetBrains Atlassian