Skip to content

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

License

Notifications You must be signed in to change notification settings

DragonBe/docker-vies-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages