# GoFrame [![Go Doc](https://godoc.org/github.com/gogf/gf?status.svg)](https://godoc.org/github.com/gogf/gf) [![Build Status](https://travis-ci.com/gogf/gf.svg?branch=master)](https://travis-ci.org/gogf/gf) [![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) [English](README.MD) | 简体中文 `GoFrame`是一款模块化、高性能、企业级的Go基础开发框架。 > 如果您初识`Go`语言,您可以将`GoFrame`类似于`PHP`中的`Laravel`, `Java`中的`SpringBoot`或者`Python`中的`Django`。 # 特点 * 模块化、松耦合 * 模块丰富、开箱即用 * 简洁易用、快速接入 * 文档详尽、易于维护 * 自顶向下、体系化设计 * 统一框架、统一组件、降低选择成本 * 开发规范、设计模式、代码分层模型 * 强大便捷的开发工具链 * 完善的本地中文化支持 * 设计为团队及企业使用 # 地址 - **主库**:https://github.com/gogf/gf - **码云**:https://gitee.com/johng/gf # 安装 ```html go get -u -v github.com/gogf/gf ``` 推荐使用 `go.mod`: ``` require github.com/gogf/gf latest ``` # 限制 ```shell golang版本 >= 1.11 ``` # 架构