DragonBe / docker-vies-php

Docker images for testing PHP Composer package "dragonbe/vies"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker packages for VIES

This repository contains Docker container images used for testing my dragonbe/vies composer package.

They are based off the official php container images with the addition of the php-soap extension.

Usage

Go to the project root of your vies installation and run the container straight from the command line.

docker run -it --rm --name vies-test -v "$PWD":/usr/src/myapp -w /usr/src/myapp dragonbe/vies-php:7.4-cli vendor/bin/phpunit --no-coverage

These containers are provided as-is and are licensed under a MIT licence.

About

Docker images for testing PHP Composer package "dragonbe/vies"

License:MIT License


Languages

Language:Roff 100.0%