PHP

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

PHP Build Script 2022

Submitted by Jeff on

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.

First public tech document...

Submitted by Jeff on

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