Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
eed6473
docs: rewrite README as a full framework guide (concepts, lifecycle, …
hakeemRash Jul 11, 2026
82bc557
build(bundle): pin bundle dependencies to the PHP 8.4 series
Alshatri Jul 16, 2026
7f3888a
Merge branch 'main'
hakeemRash Jul 16, 2026
195b7e7
ci(release): auto-tag new CHANGELOG version on merge to main -> trigg…
hakeemRash Jul 16, 2026
d86341b
ci(release): auto-release on merge to main via workflow_call (no PAT)…
hakeemRash Jul 16, 2026
1218ab1
docs(readme): document master->main branch model and automatic CHANGE…
hakeemRash Jul 16, 2026
a68ce88
ci(security): CODEOWNERS + main branch protection script (required re…
hakeemRash Jul 16, 2026
a796202
feat(edge): host-aware web-server config plugin (nginx SNI stream spl…
hakeemRash Jul 16, 2026
dc335b4
feat(edge): classify .local/.test as local domains β€” exclude from ser…
hakeemRash Jul 17, 2026
9af3885
fix(edge): resolve project registry from global kernel home (not proj…
hakeemRash Jul 17, 2026
87ccd90
feat(edge): project-aware config β€” per-project vhosts (docroot app/pu…
hakeemRash Jul 17, 2026
c84409c
feat(edge): default commands to the CURRENT project (base_path/proj.j…
hakeemRash Jul 17, 2026
0533c81
feat(edge): auto-resolve PHP-FPM socket to match the CLI PHP version …
hakeemRash Jul 17, 2026
f2bef6e
feat(userconfig): resolve config path for non-root sudo users
hakeemRash Jul 17, 2026
5514c5c
Adopt masterβ†’main branch model, automated releases, and main branch p…
hakeemRash Jul 17, 2026
9aad6f6
feat(edge): enhance hosts management with dev mode checks and force o…
hakeemRash Jul 17, 2026
ad7ec07
chore(release): v1.0.13 β€” Edge plugin, PSP_PROJECTS_DIR export, front…
hakeemRash Jul 17, 2026
e6bf46d
Merge remote-tracking branch 'origin/main'
hakeemRash Jul 17, 2026
da9573c
chore(release): bump to v1.0.14 (v1.0.13 tag already exists from an e…
hakeemRash Jul 17, 2026
2960acf
chore(release): reclaim v1.0.13 (stale mis-tagged v1.0.13 release/tag…
hakeemRash Jul 17, 2026
eb31d1e
Release v1.0.13 β€” Edge plugin + launcher/frontend fixes (#24)
hakeemRash Jul 17, 2026
e37a293
chore(release): v1.0.14
hakeemRash Jul 17, 2026
59f925a
chore: align CHANGELOG to released v1.0.13 (drop phantom 1.0.14)
hakeemRash Jul 17, 2026
310c874
fix(edge): serve local .local/.test domains in dev mode (--dev)
hakeemRash Jul 17, 2026
ef0027f
Merge origin/main into master (squash-merge of #24; master already co…
hakeemRash Jul 17, 2026
170f48c
Release v1.0.15 β€” Edge serves local domains in dev (#25)
hakeemRash Jul 17, 2026
4436575
Merge branch 'main' of github.com:AlfaCode-Team/php-service-platform
Alshatri Jul 18, 2026
53696ad
Merge branch 'master' of github.com:AlfaCode-Team/php-service-platform
Alshatri Jul 18, 2026
57b5831
feat(edge): TLS modes, APP_ENV cache profiles and OpenSwoole runtime …
hakeemRash Jul 18, 2026
0a3f640
Merge origin/main into master (PR #26: Edge TLS modes, APP_ENV cache …
hakeemRash Jul 18, 2026
af463d0
feat(tenancy): add control plane support and enhance tenant migration…
hakeemRash Jul 20, 2026
f704871
feat(cli): hkm discover β€” find and register projects on disk
hakeemRash Jul 20, 2026
92b575e
Release v1.0.17 β€” hkm discover: find & register projects on disk (#27)
hakeemRash Jul 20, 2026
fffc4d8
feat(cli): plugins recover + discover restores runtime dirs
hakeemRash Jul 20, 2026
4a33ef4
Merge remote-tracking branch 'origin/main'
hakeemRash Jul 20, 2026
b9fb1dd
Release v1.0.18 β€” plugins recover + discover restores runtime dirs (#28)
hakeemRash Jul 20, 2026
d4b58cb
feat(edge): stream reuse/merge, force strategy, security hardening; r…
hakeemRash Jul 21, 2026
f804f42
Merge remote-tracking branch 'origin/main'
hakeemRash Jul 21, 2026
11f319d
test(edge): make nginx -t check portable across nginx versions
hakeemRash Jul 21, 2026
8875546
test(edge): make nginx -t syntax check runnable as non-root in CI
hakeemRash Jul 21, 2026
624dd4f
chore: auto-wire git hooks to strip AI co-author trailers
hakeemRash Jul 21, 2026
b921a72
chore: drop pulse-engine + module-template modules, patch guzzle, wir…
hakeemRash Jul 21, 2026
b5b2d0e
feat: add issue and pull request templates, contributing guide, secur…
hakeemRash Jul 21, 2026
6d8203a
feat: add issue templates for documentation and plugin proposals
hakeemRash Jul 21, 2026
ed45d09
Merge branch 'main' of github.com:AlfaCode-Team/php-service-platform
hakeemRash Jul 21, 2026
d1c5543
Merge branch 'main' of github.com:AlfaCode-Team/php-service-platform
hakeemRash Jul 21, 2026
6b397df
Merge branch 'main' of github.com:AlfaCode-Team/php-service-platform
hakeemRash Jul 21, 2026
5537430
ci: add CodeQL (JS/TS + Actions) and PHP analysis (composer audit, Se…
hakeemRash Jul 21, 2026
6b846c9
ci: drop custom CodeQL workflow β€” repo uses CodeQL default setup (avo…
hakeemRash Jul 21, 2026
e7818c3
ci(phpstan): add level-5 config + baseline, make analysis a blocking …
hakeemRash Jul 21, 2026
320e924
fix: repair MigrateListCommand parent + OutboxWriter port contract
hakeemRash Jul 21, 2026
fe4bfc2
ci: fix PHPStan (ignore optional Swoole/OpenSwoole coroutine calls) +…
hakeemRash Jul 21, 2026
248d9f9
Merge branch 'main' of github.com:AlfaCode-Team/php-service-platform
hakeemRash Jul 21, 2026
b1d0451
chore(oss): open-source readiness β€” license, composer metadata, .env.…
hakeemRash Jul 21, 2026
45ce8a5
chore: add craftdevscommunity as code owner (required PR reviewers fo…
hakeemRash Jul 21, 2026
1da40e9
Refactor Pageflow stages and consolidate functionality
hakeemRash Jul 22, 2026
5b6b2fc
Depend on alfacode-team/http ^1.0 (dev-master in monorepo, v1.0.0 for…
hakeemRash Jul 22, 2026
36852f6
feat(module): add `hkm module` command for managing first-party kerne…
hakeemRash Jul 22, 2026
7573b25
chore: update subproject commit for http module
hakeemRash Jul 22, 2026
caad9ea
Point http submodule at latest master (dev-master, v1.0.0 release for…
hakeemRash Jul 22, 2026
b13cfa3
refactor(PageflowResponderTest): consolidate stage classes into a sin…
hakeemRash Jul 22, 2026
40e2fef
Refactor code structure for improved readability and maintainability
hakeemRash Jul 22, 2026
81e1194
Merge branch 'main' into master
hakeemRash Jul 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
<p align="center">
<img src="logo/feature-graphic-1600x720.png" alt="HKM Kernel β€” a fast, modular PHP micro-kernel for building resilient services" width="800">
</p>

<h1 align="center">HKM Kernel</h1>

<p align="center">
<em>A modular <strong>PHP 8.4+</strong> service framework built on the <strong>Gated Demand Architecture (GDA)</strong>.<br>
Security runs <em>before</em> any module loads, and only the modules a request actually needs are ever wired in.</em>
</p>

<p align="center">
<a href="https://www.php.net/"><img src="https://img.shields.io/badge/PHP-8.4%2B-777bb4" alt="PHP"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green" alt="License"></a>
<img src="https://img.shields.io/badge/runtime-FPM%20%7C%20OpenSwoole-orange" alt="Runtime">
</p>

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.
Expand Down
Binary file added logo/feature-graphic-1600x720.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading