Skip to content

EdgedesignCZ PHPQA tool suite

Actions
Analyze PHP code with one command
v1.0
Latest
Star (3)

GithubAction for PHPQA

Usage

You can use it as a Github Action like this:

.github/main.workflow

workflow "Main" {
  on = "push"
  resolves = ["PHPQA"]
}

action "PHPQA" {
  uses = "docker://mickaelandrieu/phpqa-ga"
  secrets = ["GITHUB_TOKEN"]
  args = "--report --output=cli"
}

You can copy/paste the .github folder (under examples/) to your project and thats all!

Docker

A Docker-Image is built automatically and located here: https://cloud.docker.com/u/mickaelandrieu/repository/docker/mickaelandrieu/phpqa-ga

You can run it in any given directory like this:

docker run --rm -it -w=/app -v ${PWD}:/app mickaelandrieu/phpqa-ga:latest tools

EdgedesignCZ PHPQA tool suite is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyze PHP code with one command
v1.0
Latest

EdgedesignCZ PHPQA tool suite is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.