There are a lot of nice packages that we can use in our PHP-based projects and if you’re using Composer or GrumPHP, PHPCompatibility is one that I recommend including your projects especially if you’re writing code for something that’s going to run across multiple versions of PHP (that is, on hosts that offer different […]
Search: “GrumPHP” (Page 3 of 5)
We found 25 results for your search.
[…] else, the purpose of the plugin has been simplified: Easily to display tags without links. The biggest changes, though, come with: the use of various Composer packages, GrumPHP to handle code quality, full object-orientation along with the use of namespacing The first two don’t matter unless you’re going to run the code on your […]
[…] of a build process for a WordPress project? Given that much of a WordPress project usually includes PHP and JavaScript, you may use a few of these: GrumPHP PHP CodeSniffer PHPMD ESLint And much more. If you’ve configured GrumPHP correctly, it will watch every commit that goes into your repository (even when it’s a local […]
[…] been unable to use, let alone unable to learn, because of what is and what isn’t supported by the nature of versioning. For example, we were using GrumPHP in a recent project which has support for a variety of tools but we were unable to use, say, PHPMD because of lack of adoption of […]
A few years ago, I wrote a post about Setting Up PHP CodeSniffer in Visual Studio Code (and I’ve recently updated it, too). But it’s been four years since that post was originally written and, in that time, a lot can change in terms of how we write code. Four years is roughly an Internet […]