Sign inSign up

surbakti/impal

By surbakti

Updated 17 days ago

CI/CD image for PHP. PHP with battery

Image
Developer tools
0

1.7K

surbakti/impal repository overview

PHP images with composer, phpcd ready to use for CI/CD

Features

security checker
composer
phpcd

Depending on the PHP version used, choose one of the images

# PHP 8.4
surbakti/impal:8.4
# PHP 8.3
surbakti/impal:8.3
# PHP 8.2
surbakti/impal:8.2
# PHP 8.1
surbakti/impal:8.1

Gitlab CI Example

image: surbakti/impal:8.2

stages:
  - linting
  - phpcd
  - security-checker

linting:
    stage : linting
    script:
    - pwd
    - find . -name \*.php -type f -exec php -l {} \; | if grep -v "No syntax errors detected"; then exit 1; fi

phpcpd:
  stage: phpcd
  script:
    - phpcd . --min-lines=30

Tag summary

Content type

Image

Digest

sha256:ed55f8bc9

Size

130.8 MB

Last updated

17 days ago

docker pull surbakti/impal:8.5