phpqa icon indicating copy to clipboard operation
phpqa copied to clipboard

Docker image that provides static analysis tools for PHP

Results 15 phpqa issues
Sort by recently updated
recently updated
newest added

Using this command ```shell docker run -it --rm -v ${PWD}:/project -w /project jakzal/phpqa:alpine dephpend uml --output=uml.png ./ ``` I get this error ```shell Something went wrong, this shouldn't happen. Please...

Hi, While unit tests should run without a database, integration tests will usually touch the database. In order to run those, installing the pdo extensions would make sense. Sure, adding...

enhancement
question

:robot: This pull request was automagically sent from a Github action. Updates: * Update the test command for phpDocumentor https://github.com/jakzal/toolbox/pull/499 (@jakzal)

The tool could include [kahlan](https://kahlan.github.io/docs/).

Example ``` $ docker run --init --interactive --tty --rm --volume "./:/project" --workdir /project jakzal/phpqa:1.98.6-php8.3-alpine composer outdated [bamarni-bin] The setting "extra.bamarni-bin.bin-links" will be set to "false" from 2.x onwards. If you...