Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goal-web/goal
a graceful framework of golang
https://github.com/goal-web/goal
go-web goal graceful laravel
Last synced: about 2 months ago
JSON representation
a graceful framework of golang
- Host: GitHub
- URL: https://github.com/goal-web/goal
- Owner: goal-web
- License: mit
- Created: 2021-09-24T08:44:23.000Z (over 3 years ago)
- Default Branch: 1.0
- Last Pushed: 2024-06-27T19:52:25.000Z (7 months ago)
- Last Synced: 2024-08-03T06:01:54.858Z (5 months ago)
- Topics: go-web, goal, graceful, laravel
- Language: Go
- Homepage: https://goal-web.com
- Size: 722 KB
- Stars: 235
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goal Framework
[![codecov](https://codecov.io/gh/goal-web/goal/branch/master/graph/badge.svg)](https://codecov.io/gh/goal-web/goal)
[![Go Report Card](https://goreportcard.com/badge/github.com/goal-web/goal)](https://goreportcard.com/report/github.com/goal-web/goal)
[![GoDoc](https://pkg.go.dev/badge/github.com/goal-web/goal?status.svg)](https://pkg.go.dev/github.com/goal-web/goal?tab=doc)
[![Join the chat at https://gitter.im/goal-web/goal](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/goal-web/goal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Sourcegraph](https://sourcegraph.com/github.com/goal-web/goal/-/badge.svg)](https://sourcegraph.com/github.com/goal-web/contracts?badge)
[![Open Source Helpers](https://www.codetriage.com/goal-web/goal/badges/users.svg)](https://www.codetriage.com/goal-web/goal)
[![Release](https://img.shields.io/github/release/goal-web/goal.svg?style=flat-square)](https://github.com/goal-web/goal/releases)
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/goal-web/goal)](https://www.tickgit.com/browse?repo=github.com/goal-web/goal)## Star History
![https://api.star-history.com/svg?repos=goal-web/goal&type=Date](https://api.star-history.com/svg?repos=goal-web/goal&type=Date)## About Goal Framework
Goal Framework is a common application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Goal Framework takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple and powerful middleware](https://github.com/goal-web/pipeline).
- [Powerful dependency injection container](https://github.com/goal-web/container).
- Multiple back-ends for [session](https://github.com/goal-web/session) and [cache](https://github.com/goal-web/cache) storage.
- Expressive, intuitive [database](https://github.com/goal-web/database).
- [Robust background job processing](https://github.com/goal-web/queue).Goal framework is accessible, powerful, and provides tools required for large, robust applications.
## Learning Goal Framework
* [Installation](https://github.com/goal-web/doc/blob/wiki/%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97/%E5%AE%89%E8%A3%85.md)
* [Documents](https://github.com/goal-web/doc/blob/wiki/README.md)## Contributing
Thank you for considering contributing to the Goal framework! The contribution guide can be found in the [Goal documentation](https://github.com/goal-web/doc/blob/wiki/%E5%89%8D%E8%A8%80/%E8%B4%A1%E7%8C%AE%E6%8C%87%E5%BC%95.md).
## License
The Goal framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).