Problem 1 - The requested PHP extension ext-soap * is missing from your system. Install or enable PHP's soap extension. Problem 2 - Installation request for googleads/googleads-php-lib ^27.1 -> satisfiable by googleads/googleads-php-lib[27.1.0]. - googleads/googleads-php-lib 27.1.0 requires ext-soap * -> the requested PHP extension soap is missing from your system. To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. Note: I have enabled the soap extension in php.ini
php -m | grep soapphp.inifile and the output ofphp --ini,php -mandphp -i.