Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/scraper-google-play
API Google Play Scraper
https://github.com/rem42/scraper-google-play
Last synced: 2 days ago
JSON representation
API Google Play Scraper
- Host: GitHub
- URL: https://github.com/rem42/scraper-google-play
- Owner: rem42
- License: mit
- Created: 2018-08-28T12:52:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:11:59.000Z (over 1 year ago)
- Last Synced: 2024-06-20T11:15:29.318Z (7 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scraper Google Play
==============![Packagist version](https://badgen.net/packagist/v/rem42/scraper-google-play)
![Packagist download](https://badgen.net/packagist/dt/rem42/scraper-google-play)
![Packagist name](https://badgen.net/packagist/name/rem42/scraper-google-play)
![Packagist php version](https://badgen.net/packagist/php/rem42/scraper-google-play)
![Github licence](https://badgen.net/github/license/rem42/scraper-google-play)
![Depenabot](https://badgen.net/dependabot/rem42/scraper-google-play?icon=dependabot)
![Codeclimate lines of code](https://badgen.net/codeclimate/loc/rem42/scraper-google-play)
![Codeclimate maintainability](https://badgen.net/codeclimate/maintainability/rem42/scraper-google-play)Scraper can handle multiple request type and transform them into object in order to create some API.
Installation
------------````bash
composer require rem42/scraper-google-play
````Requirement
------------ PHP >= 8.1
Usage
-----TODO