# Installation ``` composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/linkmobility-php-client . ``` # Run tests ``` ./vendor/bin/phpunit [--no-coverage] [--coverage-html=cov] ```