Sign inSign up

sixlive/php-lint-fix

By sixlive

•Updated over 9 years ago

Lint and fix PHP files using phpcs and php-cs-fixer

Image
2

10K+

sixlive/php-lint-fix repository overview

⁠Style check and fixer for PHP

Docker Pulls Docker Stars Docker Automated buil Docker Build Statu

This container is aimed at providing the ability to fix and lint PHP code via Docker. The primary goal was to provide a way to lint and fix code in a Dockerized CI pipeline. The container provides phpcs⁠ and php-cs-fixer⁠.

⁠Installation

docker pull sixlive/php-lint-fix

⁠Usage

⁠php-cs-fixer
docker run -it --rm -v `pwd`:/app sixlive/php-lint-fix php-cs-fixer
⁠phpcs
docker run -it --rm -v `pwd`:/app sixlive/php-lint-fix phpcs

⁠Changelog

Please see CHANGELOG⁠ for more information what has changed recently.

⁠Contributing

Please see CONTRIBUTING⁠ for details.

⁠Security

If you discover any security related issues, please email [email protected]⁠ instead of using the issue tracker.

⁠Credits

⁠License

The MIT License (MIT). Please see License File⁠ for more information.

Tag summary

Content type

Image

Digest

Size

26.3 MB

Last updated

over 9 years ago

docker pull sixlive/php-lint-fix