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 @@
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.
Unmatched flexibility
+Doctrine, not Active Record
Unlimited scalability
+Explicit wiring, no magic
Lightning-fast performance
+One domain, three deployables<\
Easier maintenance and onboarding
+Dependencies that move slowly
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.
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.