DotKernel API: architecture and components

Based on Enrico Zimuel’s Zend Expressive API – Skeleton example, DotKernel API runs on Laminas and Mezzio components and implements standards like PSR-3, PSR-4, PSR-7, PSR-11 and PSR-15. Here is a list of the core components: Doctrine 2 ORM For the persistence in a relational … Read More

How to implement MailChimp in DotKernel API

This article will walk you through the process of implementing MailChimp into your instance of DotKernel API using drewm/mailchimp-api   Step 1: Add the library to your application using the following command: composer require drewm/mailchimp-api   Step 2: Create configuration … Read More

DotKernel API 1.0.0 Released

DotKernel API 1.0.0 was just released!   What is DotKernel API? It is a Zend Expressive 3 application aiming to help developers quickly and efficiently develop an API.   How does it work? Under the hood it uses the following … Read More

WURFL PHP API license incompatible with DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. We integrated long time ago the WURFL PHP API into DotKernel code base. At that time, the license … Read MoreRead More