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.
- Host: GitHub
- URL: https://github.com/baguswijaksono/kita
- Owner: baguswijaksono
- Created: 2024-09-28T19:12:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:46:20.000Z (6 months ago)
- Last Synced: 2025-02-08T20:47:37.510Z (5 months ago)
- Topics: microframework, procedural-programming
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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