Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oarkflow/framework
https://github.com/oarkflow/framework
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oarkflow/framework
- Owner: oarkflow
- License: mit
- Created: 2023-03-17T05:21:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:19:36.000Z (about 2 months ago)
- Last Synced: 2024-10-28T15:55:46.296Z (about 2 months ago)
- Language: Go
- Size: 548 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/constant.go
Awesome Lists containing this project
README
English
Forked https://github.com/oarkflow/framework
With support to switch between [Gin](https://gin-gonic.com/) and [GoFiber](https://gofiber.io/)## About Goravel
Goravel is a web application framework with complete functions and good scalability. As a starting scaffolding to help
Golang developers quickly build their own applications.## Main Function
- [x] Config
- [x] Http
- [x] Orm
- [x] Migrate
- [x] Logger
- [x] Cache
- [x] Grpc
- [x] Artisan Console
- [x] Task Scheduling
- [x] Queue
- [x] Event
- [x] Mail
- [x] Mock## Roadmap
- [ ] Optimize experience of microservice
- [ ] Orm relationships
- [ ] Request validator
- [ ] Custom .env path## Documentation
Online documentation [https://www.github.com/oarkflow](https://www.github.com/oarkflow)
> To optimize the documentation, please submit a PR to the documentation
> repository [https://github.com/framework/docs](https://github.com/framework/docs)## Group
Welcome more exchanges in Discord.
[https://discord.gg/cFc5csczzS](https://discord.gg/cFc5csczzS)
## Tribute Laravel
Goravel and Laravel remain highly consistent, let PHPer play Golang happily without learning a new framework!
## License
The Goravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).