Skip to content
GoFrame is a modular, full-featured and production-ready application development framework of golang.
Go
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.example improve package gdb/gstr/gvalid Apr 20, 2020
.gitee issue template updates Mar 1, 2019
.github update ci/readme/donator Sep 23, 2019
container add function Walk for package garray; improve comment for package garray Apr 18, 2020
crypto improve unit testing cases Mar 19, 2020
database improve package gdb/gstr/gvalid Apr 20, 2020
debug/gdebug fix issue in stack trace for package gdebug; improve package gsmtp Apr 18, 2020
encoding add function Walk for package garray; improve comment for package garray Apr 18, 2020
errors/gerror improve package gins/gfile/intlog Mar 27, 2020
frame add MapMerge/MapMargeCopy functions for package gutil; improve templa… Apr 14, 2020
i18n/gi18n improve unit testing cases by changing creating testdata path using g… Mar 21, 2020
internal improve package gset Apr 13, 2020
net add function Walk for package garray; improve comment for package garray Apr 18, 2020
os improve SetConfigWithMap function for package ghttp/glog/gview; revea… Apr 15, 2020
test/gtest add unit testing case for auto time and soft deleting features for pa… Apr 9, 2020
text improve package gdb/gstr/gvalid Apr 20, 2020
util improve package gdb/gstr/gvalid Apr 20, 2020
.gitattributes dev Jul 4, 2017
.gitignore add AllowDomain option for ghttp.CORS; add IsSubDomain function for g… Sep 23, 2019
.travis.yml improve quote handling of table string for package gdb; improve rotat… Mar 26, 2020
DONATOR.MD donator updates Apr 15, 2020
LICENSE remove reuseport in ghttp Feb 14, 2019
README.MD readme update Apr 3, 2020
README_ZH.MD readme update Apr 3, 2020
RELEASE.1.MD improve gfile.MainPkgPath; update RELEASE.MD Sep 13, 2019
RELEASE.2.MD version/readme update Mar 30, 2020
TODO.Deprecated.MD README updates Mar 29, 2020
go.mod change third party package for yaml parsing to gopkg.in/yaml.v3 Apr 3, 2020
version.go version update Apr 18, 2020

README.MD

GoFrame

Go Doc Build Status Go Report Code Coverage Production Ready License

English | 简体中文

GF(GoFrame) is a modular, full-featured and production-ready application development framework of golang. Providing a series of core components and dozens of practical modules, such as: cache, logging, containers, timer, resource, validator, database orm, etc. Supporting web server integrated with router, cookie, session, middleware, logger, configure, template, https, hooks, rewrites and many more features.

Installation

go get -u -v github.com/gogf/gf

suggested using go.mod:

require github.com/gogf/gf latest

Limitation

golang version >= 1.13

Documentation

Discussion

It's recommended learning GoFrame through its awesome source codes and API reference.

Architecture

License

GF is licensed under the MIT License, 100% free and open-source, forever.

Contributors

This project exists thanks to all the people who contribute. [Contributors].

Donators

We currently accept donation by Alipay/WechatPay, please note your github/gitee account in your payment bill. If you like GF, why not buy developer a cup of coffee?

Sponsors

We appreciate any kind of sponsorship for GF development. If you've got some interesting, please contact WeChat 389961817 / Email john@goframe.org.

Thanks

JetBrains

You can’t perform that action at this time.