Articles by Gabi DJ

Dotkernel

Adding a CORS implementation to Zend Expressive

This article is a guide on how to add a CORS implementation on an existing Dotkernel3 project. The issue If you're facing this message: "Access to XMLHttpRequest at ‘url’ has been blocked by cors poli…

Read more →
Dotkernel

Handling and Logging errors with dot-errorhandler and dot-log

This article is a follow-up for: Logging with dot-log in Zend Expressive and Dotkernel, the mentioned article is a guide to using dot-log.   This article explains the usage of dotkernel/dot-errorhandl…

Read more →
Dotkernel

Logging with dot-log in Zend Expressive and Dotkernel

This article will explain the usage of the dot-log component within Dotkernel, Zend Expressive or in a project that uses Zend Service Manager. Since dot-log extends zendframework/zend-log this tutoria…

Read more →
Dotkernel 3

Dotkernel3 - Stable Release version 1.0

Dotkernel was updated to support Zend Expressive 3 alongside with PSR-15 middleware. We have updated the core packages to support PSR-15 Middleware.

Read more →
How to's

Migrating Dotkernel 3 from Zend Expressive 2 to Zend Expressive 3

This article covers the steps required to migrate a Dotkernel 3 instance to the latest Zend Expressive Version. Migration from Zend Expressive 2 to 3.

Read more →
PHP Troubleshooting

[FIX] Installing PEAR packages with PHP 7.2

This article will cover the solution to the PEAR "Cannot use result of built-in function in write context" issue. The Issue If installing a pear package (for instance PHP Code Sniffer), when running:…

Read more →
How to's

What is PSR-7 and how to use it

What is PSR-7 and how to use itPSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs for use when communicating trough H…

Read more →
Dotkernel

Disambiguation: Dotkernel 1 and Dotkernel 3

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…

Read more →
PHP Troubleshooting

Where is the intl PHP extension? Problem solved!

Problem PHP packages/frameworks/libraries/scripts we work with might require different PHP extensions. In this case the Intl extension is needed to work with using Internationalization Functions.

Read more →
Dotkernel

Using Dotkernel with Composer Dependencies

This article will cover the external dependency usage VIA composer within Dotkernel applications. There is also an article explaining how composer can be added to Dotkernel learn more.

Read more →