-
Use composer install packagist.
composer install
-
Copy API Key & Token & board Id into example script.
php example/Nueip.php
-
Install packagist
docker run --rm \ --user $(id -u):$(id -g) \ -v /$(pwd):/app \ -w //app \ composer install --ignore-platform-reqs
-
Run example script
# run example script docker run --rm \ --user $(id -u):$(id -g) \ -v /$(pwd):/app \ -w //app \ php:cli-alpine -f example/Nueip.php