Giter VIP home page Giter VIP logo

awesome-dockerized-php-tools's Introduction

Awesome Dockerized PHP tools

A curated list of amazingly awesome Dockerized PHP tools.

These Docker images fulfil the following requirements:

  • The Docker image must be availabe via Docker Hub
  • The Dockerfile source must be available (on Github, Bitbucket, ...)
  • The Docker image do support the current version of the contained PHP tool
  • (The Docker image are based on Alpine Linux for minimimal filesize usage)

Codeception

Codeception is a modern full-stack testing framework for PHP.

Project Docker Hub Dockerfile Repository

Usage:

docker run -v ${PWD}:/project codeception/codeception run

Composer

Composer is a tool for dependency management in PHP, written in PHP.

Project Docker Hub Dockerfile Repository

Usage:

docker run --rm --interactive --tty --volume $PWD:/app composer install

Humbug

Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement.

Project Docker Hub Dockerfile Repository

Usage:

docker run -v $PWD:/app --rm dockerizedphp/humbug

PHPCBF

PHP_CodeSniffer's phpcbf is a script to automatically correct coding standard violations.

Project Docker Hub Dockerfile Repository

Usage:

docker run --rm --user $(id -u):$(id -g) -v $(pwd):/project herloct/phpcbf

PHPCS Fixer

PHP_CodeSniffer tokenizes PHP and detects violations of a defined set of coding standards.

Project Docker Hub Dockerfile Repository

Usage:

docker run --rm -v /local/path:/project herloct/phpcs

PHP Coding Standards Fixer

The Coding Standards fixer for your code.

Project Docker Hub Dockerfile Repository

Usage:

docker run --rm --user $(id -u):$(id -g) -v /local/path:/project herloct/php-cs-fixer

PHPLOC

A tool for quickly measuring the size of a PHP project.

Project Docker Hub Dockerfile Repository

Usage:

docker run -v $PWD:/app --rm dockerizedphp/phploc

PHPStan

PHP Static Analysis Tool - discover bugs in your code without running it!

Project Docker Hub Dockerfile Repository

Usage:

docker run -v $PWD:/app --rm phpstan/phpstan analyse /app/src

PHPUnit

The PHP Unit Testing framework.

Project Docker Hub Dockerfile Repository

Usage:

docker run -v $(pwd):/app --rm phpunit/phpunit run

Security-Checker

Check your PHP project for known security issues!

Project Docker Hub Dockerfile Repository

Usage:

docker run --rm -v $(pwd)/composer.lock:/composer.lock jsixc/sensiolabs-security-checker:7.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.