Our great sponsors
-
PHP Mess Detector
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
-
PHP Code Sniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
suppose we miss a space at the end of the file, and phpcs fails while running the automated pipelines on pull request merge.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
grumphp can be configured to listen to git commit commands and will not allow until all quality checks passed.
-
-
PHPCS Fixer 2
-
-
You can check out a small task created by me to validate swagger documentation before every commit. https://github.com/milindsingh/grumphp-swagger
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
#### PHPLint
-
Create a grumphp.yml file in magento-2-root and copy all content as below code.