PHP

Article Related to PHP, anything from projects I work on to the tools I use.

By Jeff , 21 May, 2026

I have been using the PHP framework Laminas for as long as it has been around. I started with the Zend Framework and followed it up to the current iterations of Laminas. It has been a great PHP framework. I love the individual components, the flexibility it has and the ease it is to setup. 

By Jeff , 20 November, 2021

I have a lot of respect for Mr. Bergmann, the writer of many of these tools that I am about to list. He has written some great tools, and wrote the original build script I am using currently. Due to changes or lack of changes in many of these tools I have had to make some updates to my build script.

By Jeff , 15 March, 2020

Created my first tech document, used my latest project as inspiration. I have been working on consolidating my Javascript into NPM packages in both my projects and in my library packages. The bad thing is when it comes to the library packages I don't have an easy way to move the Javascript from the package to the main project to be used. I have look at what is in Packagist and didn't find much that gave me the flexibility to move files from what I want to where I want. So I wrote a composer plugin to remove some cobbled together composer scripts to get around the problem.

Tags