diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 0806cc8..9ebf27a 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.

@@ -60,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

@@ -102,7 +103,8 @@ License Stars -

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 @@ -194,7 +196,7 @@
-
Skeleton . Didactic

Light

+
Standalone . Minimal

Light

PHP @@ -202,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.