koded / framework
Micro framework for RESTful apps
1.0.0
2021-10-06 11:49 UTC
Requires
- php: ^8
- ext-json: *
- ext-mbstring: *
- filp/whoops: ^2.7
- koded/cache-simple: ^3
- koded/container: ^2.3
- koded/http: ^3.1
- koded/logging: ^3.1
- koded/session: 2.*
- psr/http-server-middleware: ^1
Requires (Dev)
- phpunit/phpunit: ^9
Suggests
- ext-gettext: *
- ext-zlib: *
This package is auto-updated.
Last update: 2024-10-22 23:51:41 UTC
README
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.
Ecosystem
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
Documentation
Read the docs at Koded Framework documentation page.