Russian  English  All projects

Google Play Developer API in PHP



Gentlemen, I do not know exactly how to formulate the task correctly, but I will try.

Previously, a very long time ago, a CLASS in PHP (hereinafter referred to as the script) was freely available on the network, which allowed you to get information on any application hosted on Google Play. All you had to do was substitute the URL on the app as input. In other words, with the help of this script, specifying your data (login and password from Google) and substituting the URL for any application, you could get complete information on this very application.

For example, as input, I substitute the URL address play.google.com/store/app... and I get a response from Google in the form of an array, which contains the full data on the game (update date, version, requirements, list of permissions and most importantly - a direct URL to download the file).

Of course, after a lot of time, this script has become irrelevant, so I am looking for something new.

Objective: Write a class in PHP (most likely using the Google Play Delevoper API) that will return data for the application I need when querying Google Play. And the most important thing is the presence of a direct link in the response from the server to download the APK file.
18.01.2023 19:35



 Answers freelancers