lintkit/php-coding-standards-kit

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2.0) of this package.

Maintainers

Package info

github.com/lintkit/php-coding-standards-kit

pkg:composer/lintkit/php-coding-standards-kit

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

0.2.0 2024-06-24 20:16 UTC

This package is auto-updated.

Last update: 2024-12-24 21:45:50 UTC


README

A preconfigured PHP Coding Standards kit implementation.

Usage

GitLab

# Lint the PHP
.php:coding-standards:
  image: ghcr.io/lintkit/php-coding-standards-kit:1
  script:
    - /lintkit

GitHub

- name: Lint PHP
  uses: lintkit/php-coding-standard-kit@v1

Local

docker pull ghcr.io/lintkit/php-coding-standards-kit:1
docker run -it --rm -v $(pwd):/app ghcr.io/lintkit/php-coding-standards-kit