Sunsetting PEAR Channel for Zend Framework 1
Sunsetting PEAR Channel for Zend Framework 1 The unofficial PEAR channel for Zend Framework 1 was created in 2016 , at the time when PEAR was still used a lot. Due to the fact that is a pain to upgrade PEAR to work with PHP 8 , we must sunset the channel .
Doctrine Cache in Mezzio and Dotkernel
Doctrine caching in DotKernel Following version 2 of doctrine/cache, in 2024 we published an update to this article here: https://www.dotkernel.
Dotkernel Admin version 3 launched
Dotkernel Admin PHP Application version 3 was launched. Dotkernel is a Collection of PSR-7 Middleware applications built on top of Mezzio microframework and using Laminas components Dotkernel Admin is a basic admin panel, based on Boostrap ^4.
Dotkernel Frontend version 3 launched
Dotkernel Frontend PHP Application version 3 was launched. Dotkernel is a Collection of PSR-7 Middleware applications built on top of Mezzio microframework and using Laminas components You can clone it from github Live demo: v3.
DotKernel API Client Side Authorization
This article covers the basic authorization of a Client application which use a backend built using DotKernel API Authorization Request Client application users send a POST request to the backend containing the following JSON object: { "grant_type": "password", "client_id": "{API_CLIENT}", "client_secret": "{API_CLIENT_SECRET}", "scope": "{SCOPE}", "username": "{USERNAME/EMAIL}", "password": "{PASSWORD}" } Authorization Response If the credentials are correct, the API will return a JSON object containing the authentication data: { "token_type": "Bearer", "expires_in": 86400, "access_token": "..
Zend Framework 1 End-of-Life
EOL ( End-of-Life) term was just announced. Only up until Sept.
Migration of Zend Framework 1 PEAR channel
The unofficial PEAR channel for Zend Framework 1 was hosted on Google Code at this location: ZF Pear, but since the closing of Google Code we were forced to move it. Zend Framework 1 is still used by a lot of projects in Production, it's still a viable library collection and it's also running on PHP7 ; even if is only in maintenance/security-patch mode, so it's not an option to cancel it completely.
Zend_Mail and Zend_Http Security Fixes in Zend Framework 1.12.12
The release of ZF 1.12.
Implementing the new Password Hashing API from PHP 5.5 in DotKernel
In order to use the new Password Hashing functions , introduced in PHP 5.5 , and unify all password related functions , used for both admin and users, we did a major refactor of DotKernel codebase, in version 1.
Better Unicode Support in MySQL 5.5 UTF8MB4
Beginning with version 5.5 of MySQL , utf8mb4 character set was introduced, in order to better support Unicode.
Page 1 of 6 · 52 articles total