php -v
php --info | grep xdebug.remote
php -S localhost:8080 -t /src
docker run -d -p 8080:80 --name php-pdf-example -v "$PWD"/src:/var/www/html php:7.3-apache
https://packagist.org/?query=pdf
composer init
php -v
php --info | grep xdebug.remote
php -S localhost:8080 -t /src
docker run -d -p 8080:80 --name php-pdf-example -v "$PWD"/src:/var/www/html php:7.3-apache
https://packagist.org/?query=pdf
composer init