From ecfdcee7ffa1c35201ea0384d45872ac299adf0a Mon Sep 17 00:00:00 2001 From: bidi Date: Mon, 17 Aug 2026 14:10:08 +0300 Subject: [PATCH 1/2] updated article --- ...tion-dotkernel-1-and-dotkernel-3.html.twig | 67 ++++++++----------- 1 file changed, 28 insertions(+), 39 deletions(-) diff --git a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig index 3d95765b..61a17b74 100644 --- a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig +++ b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig @@ -1,51 +1,40 @@ {% extends '@layout/blog-post.html.twig' %} {% block body %} -

What is Dotkernel?

-The name Dotkernel symbiotically  combines the string  Dot, as a -representation of the Internet, and Kernel, the quintessence of any IT application. - -In other words Dotkernel wishes to be, with modesty, the central part of -the Internet development and hence ensuring increased development -productivity and run-time performance. -

What is Dotkernel 1?

-Dotkernel 1 is an PHP Application Framework, built on top of Zend Framework 1 (ZF1). +

What is the meaning behind 'Dotkernel'?

-It has the first public release  on July 2010. +

The name Dotkernel symbiotically combines the string Dot, as a representation of the Internet, and Kernel, the quintessential components of any IT application.

+

In other words, Dotkernel aims to become the starting point for development Internet applications and hence ensure increased development productivity and run-time performance.

-It is tight coupled with Zend Framework 1 , and add a set of custom or -external features (such as Router, Template Engine, etc.). +

What was Dotkernel 1?

-It is composed of Zend Framework 1 and a set of custom or external features (such as Router, Template Engine, etc.). -Dotkernel 1 architecture is based on MVC. +

Dotkernel 1 was a PHP Application Framework, built on top of Zend Framework 1 (ZF1).

-Latest version is 1.8 Long Term Support. -Will no be released a new version anymore, only bugfixes. -

What is Dotkernel 3?

-A collection of PSR-7 Middleware applications built on top of Zend Expressive microframework. +

It had the first public release in July 2010. + It was tightly coupled with Zend Framework 1 and adds a set of custom or external features (such as Router, Template Engine, etc.). + It was composed of Zend Framework 1 and a set of custom or external features (such as Router, Template Engine, etc.). + Dotkernel 1 architecture was based on MVC.

-It is composed of a set of custom and extended Zend Framework 3 components. +

The latest version is 1.8 Long Term Support. + It will not be getting any new releases, only bugfixes.

-Dotkernel 3 architecture is based on Middleware. - -Dotkernel implements the following PSR's: PSR-1, PSR-2, PSR-4, PSR-7, PSR-11. +

What is Dotkernel?

-Currently there are 2 applications: Frontend, Admin and a 3rd one is under development: API -

Dotkernel = Dotkernel 1 or Dotkernel 3?

-In posts older than 2017 Dotkernel 1 was referred as Dotkernel because it was the only Dotkernel version. +

A collection of PSR-15 Middleware applications built on top of the Mezzio microframework. + It is composed of a set of custom and extended Laminas components.

+

Dotkernel architecture is based on Middleware. + Dotkernel implements the following PSR's, where applicable: PSR-7, PSR-11, PSR-15, PSR-3, PSR-4, PSR-6, PSR-13, PSR-14, PSR-17, PSR-18, PSR-20.

-Since the release of Dotkernel 3, is reffered to as Dotkernel 3 or Dotkernel. +

Currently, there are three applications:

-All future references to Dotkernel 1 will be explicitly made. -

As of Dotkernel 3 release:

-Dotkernel 1 = Dot Kernel 1 +

- API
+ - Admin
+ - Queue

-Dotkernel 3 = Dotkernel 3 -

Dotkernel = Dotkernel 3

-  +

Dotkernel = Dotkernel 1 or the new Dotkernel?

-  -

+

In posts older than 2017 Dotkernel 1 was referred to as Dotkernel because it was the only Dotkernel version. + Since the release of newer versions, we have dropped the number at the end, so currently we refer to our platform as 'Dotkernel'.

Frequently Asked Questions

@@ -53,7 +42,7 @@ Dotkernel 3 = Dotkernel 3
What does the name "Dotkernel" mean? +
-

It combines "Dot", as a representation of the Internet, with "Kernel", the quintessence of any IT application, reflecting the aim of being a central part of Internet development.

+

It combines "Dot", as a representation of the Internet, with "kernel", the quintessence of any IT application, reflecting the aim of being a central part of Internet development.

@@ -63,15 +52,15 @@ Dotkernel 3 = Dotkernel 3
- What is Dotkernel 3? + + What is Dotkernel? +
-

A collection of PSR-7 Middleware applications built on top of the Zend Expressive microframework, composed of a set of custom and extended Zend Framework 3 components, with an architecture based on Middleware. It implements PSR-1, PSR-2, PSR-4, PSR-7, and PSR-11.

+

A collection of PSR-15 Middleware applications built on top of the Mezzio microframework. It implements PSR-7, PSR-11, PSR-15, PSR-3, PSR-4, PSR-6, PSR-13, PSR-14, PSR-17, PSR-18, PSR-20.

- How many applications make up Dotkernel 3? + + How many applications make up Dotkernel? +
-

At the time of the article, there were two available applications, Frontend and Admin, with a third one, API, under development.

+

At the time of the article, there were three available applications, API, Admin and Queue.

From b7530846a0373e85b6481dd8cf5cc997effe639e Mon Sep 17 00:00:00 2001 From: bidi Date: Mon, 17 Aug 2026 22:12:07 +0300 Subject: [PATCH 2/2] updated based on review Signed-off-by: bidi --- .../disambiguation-dotkernel-1-and-dotkernel-3.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig index 61a17b74..12e78555 100644 --- a/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig +++ b/src/Blog/templates/page/blog-resource/dotkernel/disambiguation-dotkernel-1-and-dotkernel-3.html.twig @@ -16,7 +16,8 @@ Dotkernel 1 architecture was based on MVC.

The latest version is 1.8 Long Term Support. - It will not be getting any new releases, only bugfixes.

+ It will not be getting any new releases or bugfixes because Zend Framework 1 is also not supported. + If you are still using either Dotkernel 1 or Zend Framework 1, you need to refactor your code to the Dotkernel Headless Platform.

What is Dotkernel?