gf/README.MD

45 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-03-17 17:54:14 +08:00
2022-01-12 20:42:11 +08:00
<div align=center>
2024-11-12 21:30:46 +08:00
<img src="https://goframe.org/img/logo_full.png" width="300"/>
2018-12-17 20:44:38 +08:00
[![Go Reference](https://pkg.go.dev/badge/github.com/gogf/gf/v2.svg)](https://pkg.go.dev/github.com/gogf/gf/v2)
2023-10-24 20:33:10 +08:00
[![GoFrame CI](https://github.com/gogf/gf/actions/workflows/ci-main.yml/badge.svg)](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
2023-03-17 17:54:14 +08:00
[![Go Report Card](https://goreportcard.com/badge/github.com/gogf/gf/v2)](https://goreportcard.com/report/github.com/gogf/gf/v2)
[![Code Coverage](https://codecov.io/gh/gogf/gf/branch/master/graph/badge.svg)](https://codecov.io/gh/gogf/gf)
2024-01-03 19:49:06 +08:00
[![Production Ready](https://img.shields.io/badge/production-ready-blue.svg?style=flat)](https://github.com/gogf/gf)
2021-03-30 18:00:44 +08:00
[![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf)
2023-12-15 15:56:08 +08:00
2024-01-03 19:49:06 +08:00
[![Release](https://img.shields.io/github/v/release/gogf/gf?style=flat)](https://github.com/gogf/gf/releases)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/gogf/gf?style=flat)](https://github.com/gogf/gf/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/gogf/gf?style=flat)](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed)
[![GitHub issues](https://img.shields.io/github/issues/gogf/gf?style=flat)](https://github.com/gogf/gf/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/gogf/gf?style=flat)](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed)
![Stars](https://img.shields.io/github/stars/gogf/gf?style=flat)
![Forks](https://img.shields.io/github/forks/gogf/gf?style=flat)
2023-12-15 15:56:08 +08:00
2022-01-12 20:43:36 +08:00
</div>
2021-03-30 18:00:44 +08:00
2024-11-27 21:03:31 +08:00
A powerful framework for faster, easier, and more efficient project development.
2018-08-06 12:59:08 +08:00
2020-02-22 17:06:58 +08:00
2024-11-12 21:30:46 +08:00
# Documentation
- GoFrame Official Site: [https://goframe.org](https://goframe.org)
2024-11-27 21:03:31 +08:00
- GoFrame Official Site(en): [https://goframe.org/en](https://goframe.org/en)
- GoFrame Mirror Site(中文): [https://goframe.org.cn](https://goframe.org.cn)
- GoFrame Mirror Site(github pages): [https://pages.goframe.org](https://pages.goframe.org)
2024-11-12 21:30:46 +08:00
- GoDoc API: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)
# Contributors
2020-04-23 17:23:57 +08:00
2024-11-27 21:03:31 +08:00
💖 [Thanks to all the contributors who made GoFrame possible](https://github.com/gogf/gf/graphs/contributors) 💖
2024-11-13 20:48:02 +08:00
2024-11-12 21:30:46 +08:00
<a href="https://github.com/gogf/gf/graphs/contributors">
2024-11-27 21:03:31 +08:00
<img src="https://goframe.org/img/contributors.svg?ver=1" />
2024-11-12 21:30:46 +08:00
</a>
2020-04-23 17:23:57 +08:00
2019-06-25 23:17:14 +08:00
# License
2021-12-04 00:07:49 +08:00
`GoFrame` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever.