Sign inSign up

dragonbe/vies-php

By dragonbe

Updated over 6 years ago

These are Docker containers used to test my VIES package on https://github.com/DragonBe/vies

Image
1

274

dragonbe/vies-php repository overview

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.

Tag summary

Content type

Image

Digest

Size

165.2 MB

Last updated

over 6 years ago

docker pull dragonbe/vies-php