Skip to content

A docker image for phpsa, a static analysis tool for PHP.

License

Notifications You must be signed in to change notification settings

ddmler/docker-phpsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-phpsa

A docker image for phpsa, a static analysis tool for PHP.

How to use

Pull the latest image

docker pull ddmler/phpsa

Run

docker run --rm --volume $(pwd):/workspace ddmler/phpsa check {dir}

Where {dir} is the directory you want to run the tool on. It also supports other commands than check, for a list of those see the link above.

About

A docker image for phpsa, a static analysis tool for PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published