Get support for mykiwi/phaudit
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
mykiwi/phaudit
mykiwi/phaudit
A simple Docker image to run some PHP quality assurance tools on your project.
Usage
docker run -ti --workdir=`pwd` --volume=`pwd`:`pwd` mykiwi/phaudit:VERSION
Version numbers are MAJOR.MINOR-YY.MM
Releases of mykiwi/phaudit
are versioned by the PHP major and minor version, but also by the year and month of the tag release - for example, mykiwi/phaudit:7.4-20.03
will contains tools compatible with PHP 7.4 and was released in March 2020.
Release cadence
GitHub Actions publishes a new release of mykiwi/phaudit
Docker image on a regular cadence, enabling the community and developers to having access to newer open source upstream capabilities without breaking previous versions.
Available tools
-
composer-unused as
composer unused
-
NoVerify as
noverify
-
PHPLoc as
phploc
-
PHP_Depend as
pdepend
-
Phan as
phan
-
PHP Mess Detector as
phpmd
-
PHP_CodeSniffer as
phpcs
andphpcbf
-
PHP Copy/Paste Detector as
phpcpd
-
PHP Dead Code Detector as
phpdcd
-
PhpMetrics as
phpmetrics
-
PHP Coding Standards Fixer as
php-cs-fixer
-
PHP Static Analysis Tool as
phpstan
-
Security Checker as
security-checker
-
Twig Coding Standards as
twigcs
-
YAML Linter as
yaml-linter
-
PhpCodeFixer as
phpcf
-
PHP Parallel Lint as
parallel-lint
-
composer-unused as
composer-unused
License
This project is released under the MIT License
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2