From 7a665dbbed1f353e38516a86660f8c95696651bb Mon Sep 17 00:00:00 2001 From: arhimede Date: Sat, 1 Aug 2026 20:13:25 +0300 Subject: [PATCH 1/4] Update index.html.twig Signed-off-by: arhimede --- src/App/templates/app/index.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 0806cc8..9887901 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -9,7 +9,8 @@
PSR-15 . middleware-first architecture

A headless platform for building modern web applications

-

Dotkernel is a collection of open-source application skeletons built on Mezzio and Laminas - pre-configured and ready for anything from a presentation site to an enterprise-grade API.

+

Dotkernel is a set of open-source PHP applications — REST API, admin, and queue — that ship assembled on Mezzio and Laminas, over one shared Doctrine domain layer. + OAuth2, RBAC, HAL, and a generated OpenAPI spec are wired together on install, not left for you to choose.

-

An alternative to legacy Laminas API Tools (Apigility). A framework-less, opinionated toolkit for intermediate-to-advanced developers who want to ship REST APIs quickly and efficiently.

+

An alternative to legacy Laminas API Tools (Apigility). REST APIs on a readable PSR-15 middleware pipeline — no kernel, no facades, no runtime magic. + OAuth2, RBAC and OpenAPI included.

GitHub Demo From 6b9a5340637abf2024dd3f9631b99aec7ca82df6 Mon Sep 17 00:00:00 2001 From: arhimede Date: Sat, 1 Aug 2026 20:27:29 +0300 Subject: [PATCH 3/4] Update index.html.twig Signed-off-by: arhimede --- src/App/templates/app/index.html.twig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 5e4741e..54dbfc6 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -61,23 +61,23 @@
- Unmatched flexibility -

Unmatched flexibility

+ +

Doctrine, not Active Record

- Unlimited scalability -

Unlimited scalability

+ +

Explicit wiring, no magic

Lightning-fast performance -

Lightning-fast performance

+

One domain, three deployables<\

Easier maintenance and onboarding -

Easier maintenance and onboarding

+

Dependencies that move slowly

From c9e0516180a7a882f2fabf0d2e30414472379e64 Mon Sep 17 00:00:00 2001 From: arhimede Date: Sat, 1 Aug 2026 20:35:40 +0300 Subject: [PATCH 4/4] Update index.html.twig Signed-off-by: arhimede --- src/App/templates/app/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 54dbfc6..9ebf27a 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -196,7 +196,7 @@
-
Skeleton . Didactic

Light

+
Standalone . Minimal

Light

PHP @@ -204,7 +204,7 @@ License Stars
-

A minimal, PSR-15 compliant skeleton built for learning purposes - a simple, didactic example of how to put together a basic website, not a Headless Platform component.

+

The smallest complete Mezzio application — PSR-15 pipeline, routing and templating, nothing to strip out. A real starting point for a simple site, outside the API/Admin/Queue platform.