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

https://github.com/baguswijaksono/kita

Single-file PHP framework for a procedural approach to web development, similar to C, Go, and Rust.
https://github.com/baguswijaksono/kita

microframework procedural-programming

Last synced: 3 months ago
JSON representation

Single-file PHP framework for a procedural approach to web development, similar to C, Go, and Rust.

Awesome Lists containing this project

README

        

# KITA

A minimal PHP microframework for handling HTTP routing in a straightforward, procedural approach, similar to a C program.

**KITA's key features are:**
- Lightweight, fast, and minimalistic
- Simplified control flow with minimal abstraction
- Extremely flexible and unopinionated
- Easy to install and set up (just a single file)
```php