Skip to content

PHPCodeAnalyzer - finds usage of different non-built-in extensions in your php code. This tool helps you understand how transportable your code between php installations is.

License

Notifications You must be signed in to change notification settings

RichVRed/docker-phpca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpCodeAnalyzer Docker Container.

Docker Pulls Docker Stars GitHub issues license

Docker container to install and run phpca

Installation / Usage

  1. Install the rvannauker/phpca container:
docker pull rvannauker/phpca
  1. Run phpca through the phpca container:
sudo docker run --rm --volume $(pwd):/workspace --name="phpca" "rvannauker/phpca" --no-progress {destination}

Download the source:

To run, test and develop the PHPUnit Dockerfile itself, you must use the source directly:

  1. Download the source:
git clone https://github.com/RichVRed/docker-phpca.git
  1. Build the container:
sudo docker build --force-rm --tag "rvannauker/phpca" --file phpca.dockerfile .
  1. Test running the container:
 $ docker run rvannauker/phpca --help

About

PHPCodeAnalyzer - finds usage of different non-built-in extensions in your php code. This tool helps you understand how transportable your code between php installations is.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published