Koded is a BSD-licensed open source project for building web apps with focus on RESTful APIs. It is designed to be between a library and framework, adoptable and easily scalable depending on different use case scenarios.
Built-in functionality:
- Dependency Injection Container (PSR-11)
- URI routing (with URI templates)
- Middleware (PSR-15)
- I18n support (because the world is multilingual)
- and more
Package | Status | Description |
---|---|---|
container | DI container library (PSR-11) | |
http | HTTP library (PSR-7, 17, 18) | |
cache | Caching library (PSR-16) | |
session | Session library | |
logging | Log facility (PSR-3) | |
i18n | Internationalization (I18n) library |
Read the docs at Koded Framework documentation page.