mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
110 lines
4.0 KiB
Markdown
110 lines
4.0 KiB
Markdown
# 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
|
||
```
|
||
|
||
|
||
|
||
# 架构
|
||
<div align=center>
|
||
<img src="https://goframe.org/download/attachments/1114119/arch.png"/>
|
||
</div>
|
||
|
||
# 模块
|
||
|
||
1. **核心模块**
|
||
|
||
`GoFrame`提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,这些模块由`gf`主仓库细致维护。
|
||
|
||
1. **社区模块**
|
||
|
||
社区模块主要由社区贡献并维护,大部分也是由`gf`主仓库的贡献者提供及维护,存放于`gogf`空间下,与`gf`主仓库处于同一级别。有的社区模块是从`gf`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。
|
||
|
||
|
||
# 性能
|
||
大家较为感兴趣的`Web`组件性能测试,请参考第三方性能测试评估:https://github.com/the-benchmarker/web-frameworks
|
||
|
||
# 文档
|
||
|
||
官方站点:[https://goframe.org](https://goframe.org/display/gf)
|
||
|
||
接口文档:[https://pkg.go.dev/github.com/gogf/gf](https://pkg.go.dev/github.com/gogf/gf)
|
||
|
||
|
||
# 协议
|
||
|
||
`GF` 使用非常友好的 [MIT](LICENSE) 开源协议进行发布,永久`100%`开源免费。
|
||
|
||
# 用户
|
||
|
||
- [腾讯科技](https://www.tencent.com/)
|
||
- [中兴通讯](https://www.zte.com.cn/china/)
|
||
- [蚂蚁金服](https://www.antfin.com/)
|
||
- [医联科技](https://www.medlinker.com/)
|
||
- [库币科技](https://www.kucoin.io/)
|
||
- [乐有家](https://www.leyoujia.com/)
|
||
- [IGG](https://igg.com)
|
||
- [喜马拉雅](https://www.ximalaya.com)
|
||
- [作业帮](https://www.zybang.com/)
|
||
|
||
> 在这里只列举了部分知名的用户,如果您的企业或者产品正在使用`GoFrame`,欢迎到 [这里](https://goframe.org/pages/viewpage.action?pageId=1114415) 留言。
|
||
|
||
# 贡献
|
||
|
||
感谢所有参与`GoFrame`开发的贡献者。 [[贡献者列表](https://github.com/gogf/gf/graphs/contributors)].
|
||
<a href="https://github.com/gogf/gf/graphs/contributors"><img src="https://contributors-img.web.app/image?repo=gogf/gf" /></a>
|
||
|
||
|
||
# 捐赠
|
||
|
||
如果您喜欢`GF`,要不给开发者 [来杯咖啡](https://goframe.org/pages/viewpage.action?pageId=1115633) 吧!
|
||
请在捐赠时备注您的`github`/`gitee`账号名称。
|
||
|
||
# 赞助
|
||
|
||
赞助支持`GF`框架的快速研发,如果您感兴趣,请联系 微信 `389961817` / 邮件 `john@goframe.org`。
|
||
|
||
# 感谢
|
||
<a href="https://www.jetbrains.com/?from=GoFrame"><img src="https://goframe.org/download/thumbnails/1114119/jetbrains.png" height="120" alt="JetBrains"/></a>
|
||
<a href="https://www.atlassian.com/?from=GoFrame"><img src="https://goframe.org/download/attachments/1114119/atlassian.jpg" height="120" alt="Atlassian"/></a>
|
||
|