An open API service indexing awesome lists of open source software.

https://github.com/ody-dev/ody-core

ODY framework core.
https://github.com/ody-dev/ody-core

framework php

Last synced: 4 months ago
JSON representation

ODY framework core.

Awesome Lists containing this project

README

          

[![Coverage Status](https://coveralls.io/repos/github/IlyasDeckers/ody-core/badge.svg?branch=develop)](https://coveralls.io/github/IlyasDeckers/ody-core?branch=develop)
[![License](https://poser.pugx.org/ody/core/license)](https://packagist.org/packages/ody/core)

# Ody core

TO-DO / Roadmap

- [x] HTTP server
- [ ] Websockets
- [x] Server
- [ ] Client
- [ ] Connection pools (MySQL,...)
- [ ] Docker build
- [x] Hot reloading
- [ ] ORM
- [x] Eloquent
- [ ] Doctrine
- [ ] Custom ORM (?)
- [ ] Foundation
- [x] CLI interface
- [x] Router
- [x] Service Providers
- [x] Commands
- [ ] Caching
- [ ] Scheduling
- [ ] Queue
- [ ] Event dispatcher
- [ ] Logger
- [ ] Flysystem
- [ ] Rate limit
- [ ] Auth
- [ ] JSON RPC
- [ ] Unit testing