Google-api-php-client: Packaged google-api-php-client-services is deprecated

Created on 18 Nov 2019  路  6Comments  路  Source: googleapis/google-api-php-client

You include the _google-api-php-client-services_ in the zip file, at _\vendor\google\apiclient-services_
The included version, uses the v2 of the AndroidPublisher API, as you can see in _\vendor\google\apiclient-services\src\Google\Service\AndroidPublisher_. This version has been deprecated, and will stop working on Dec 1 2019. Please update it to the latest version of the _google-api-php-client-services_ library, which uses V3.

p2 bug

Most helpful comment

@hto this issue only applies to the packaged downloadable archives found on the releases page. If you are installing via composer, you are fine.


We will make sure to package with the newest version of apiclient-services for all future releases.

All 6 comments

Version 2.4.0 and its archives provide v3 of the Android Publisher API.

It seems that we are both rights, as you only updated it in the regular php version, but in the php54 version you still have the old one.
https://github.com/googleapis/google-api-php-client/releases/download/v2.4.0/google-api-php-client-2.4.0.zip has V3
but...
https://github.com/googleapis/google-api-php-client/releases/download/v2.4.0/google-api-php-client-2.4.0_PHP54.zip has V2

Ah, you're 100% correct, I apologize. We'll figure out how to address this.

@lionscribe I've updated the archive attached to the latest release. Let me know if you have further issues.

@jdpedrie
google/apiclient": "^2.0",
I used to version, Do I need to update ?

@hto this issue only applies to the packaged downloadable archives found on the releases page. If you are installing via composer, you are fine.


We will make sure to package with the newest version of apiclient-services for all future releases.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  4Comments

ysaurabh33 picture ysaurabh33  路  3Comments

usamamashkoor picture usamamashkoor  路  5Comments

AlexandreGerault picture AlexandreGerault  路  5Comments

kungufli picture kungufli  路  3Comments