diff --git a/README.md b/README.md index 64644ea..3883d6d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ -# AlfacodeTeam PhpServicePlatform - -> A modular **PHP 8.4+** service framework built on the **Gated Demand Architecture (GDA)**. -> Security runs *before* any module loads, and only the modules a request actually needs are -> ever wired in. The kernel is codenamed **Sentinel**. - -[![PHP](https://img.shields.io/badge/PHP-8.4%2B-777bb4)](https://www.php.net/) -[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE) -![Runtime](https://img.shields.io/badge/runtime-FPM%20%7C%20OpenSwoole-orange) +

+ HKM Kernel — a fast, modular PHP micro-kernel for building resilient services +

+ +

HKM Kernel

+ +

+ A modular PHP 8.4+ service framework built on the Gated Demand Architecture (GDA).
+ Security runs before any module loads, and only the modules a request actually needs are ever wired in.
+

+ +

+ PHP + License + Runtime +

It ships as a **native cross-platform CLI** (`hkm`) built with Zig, so you install and upgrade it like a Go/Rust binary — no Composer needed to get started. diff --git a/logo/feature-graphic-1600x720.png b/logo/feature-graphic-1600x720.png new file mode 100644 index 0000000..b19dce4 Binary files /dev/null and b/logo/feature-graphic-1600x720.png differ