https://github.com/dragonbe/docker-vies-php
Docker images for testing PHP Composer package "dragonbe/vies"
https://github.com/dragonbe/docker-vies-php
Last synced: about 1 month ago
JSON representation
Docker images for testing PHP Composer package "dragonbe/vies"
- Host: GitHub
- URL: https://github.com/dragonbe/docker-vies-php
- Owner: DragonBe
- License: mit
- Created: 2020-04-25T18:31:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T07:30:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T18:50:29.007Z (3 months ago)
- Language: Roff
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker packages for VIES
This repository contains Docker container images used for testing my [dragonbe/vies](https://packagist.org/packages/DragonBe/vies) composer package.
They are based off the official [php](https://hub.docker.com/_/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.
```sh
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](LICENSE).