mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
93 lines
3.6 KiB
Markdown
93 lines
3.6 KiB
Markdown
# GoFrame
|
|
|
|
<div align=center>
|
|
<img src="https://goframe.org/img/logo_full.png" width="300"/>
|
|
|
|
[](https://pkg.go.dev/github.com/gogf/gf/v2)
|
|
[](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
|
|
[](https://goreportcard.com/report/github.com/gogf/gf/v2)
|
|
[](https://codecov.io/gh/gogf/gf)
|
|
[](https://github.com/gogf/gf)
|
|
[](https://github.com/gogf/gf)
|
|
|
|
[](https://github.com/gogf/gf/releases)
|
|
[](https://github.com/gogf/gf/pulls)
|
|
[](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed)
|
|
[](https://github.com/gogf/gf/issues)
|
|
[](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed)
|
|

|
|

|
|
|
|
</div>
|
|
|
|
`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?
|
|
|
|
# Documentation
|
|
|
|
- GoFrame Official Site: [https://goframe.org](https://goframe.org)
|
|
- GoDoc API: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)
|
|
|
|
|
|
# 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@latest
|
|
```
|
|
|
|
# Limitation
|
|
|
|
```
|
|
golang version >= 1.20
|
|
```
|
|
|
|
# Contributors
|
|
|
|
💖 Thanks all the contributors making GoFrame awesome! [[Contributors](https://github.com/gogf/gf/graphs/contributors)] 💖
|
|
|
|
<a href="https://github.com/gogf/gf/graphs/contributors">
|
|
<img src="https://goframe.org/img/contributors.svg" />
|
|
</a>
|
|
|
|
# License
|
|
|
|
`GoFrame` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever.
|
|
|
|
|
|
# Donators
|
|
|
|
If you love `GoFrame`, why not [buy developer a cup of coffee](https://goframe.org/supportus/donate)?
|
|
|
|
# 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
|
|
|
|
<a href="https://www.jetbrains.com/?from=GoFrame"><img src="https://goframe.org/img/jetbrains.png" height="120" alt="JetBrains"/></a>
|
|
<a href="https://www.atlassian.com/?from=GoFrame"><img src="https://goframe.org/img/atlassian.jpg" height="120" alt="Atlassian"/></a>
|