Hi Team, we are working on migration of Adwords API to Ads API. As application is using PHP Adword sdk for adqords. So we are planning to use google-ads-php. I have followed steps mentioned in https://github.com/googleads/google-ads-php/blob/HEAD/README.md#getting-started .
But i am getting below error after runing the *composer install *command on terminal bash-3.2$ cd google-ads-php > bash-3.2$ composer install > No composer.lock file present. Updating dependencies to latest instead of > installing from lock file. See https://getcomposer.org/install for more > information. > Loading composer repositories with package information > Updating dependencies > Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-grpc * but it is > missing from your system. Install or enable PHP's grpc extension. Problem 2 - Root composer.json requires PHP extension ext-protobuf * but it is > missing from your system. Install or enable PHP's protobuf extension. To enable extensions, verify that they are enabled in your .ini files: - /usr/local/etc/php/7.4/php.ini - /usr/local/etc/php/7.4/conf.d/ext-opcache.ini You can also run `php --ini` in a terminal to see which files are used by > PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-grpc > --ignore-platform-req=ext-protobuf` to temporarily ignore these required > extensions. Is it require to run php extension of grpc and protobuf ? what would be the implication if i use alternative command mentioned in the above output? i.e. > i.e Alternatively, you can run Composer with > `--ignore-platform-req=ext-grpc --ignore-platform-req=ext-protobuf` to > temporarily ignore these required extensions Kindly suggest what would be ideal way to proceed with php client libaries. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CAAguJvDT2VERYDPxcQHykMTOzJtwdsYq%2BmJ4HdsKp2_0j%3DYytw%40mail.gmail.com.
