8
0

12 Zeilen
236 B
Markdown

2024-12-29 00:49:07 +01:00
# Installation
```
composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/klicktipp-php-client .
```
# Run tests
```
./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov]
```