surajadsul / appmarket
This package will fetch information about app from play store and app store
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/surajadsul/appmarket
Requires
- php: >=5.5.0
- fabpot/goutte: ^3.2
- illuminate/support: >=5.2
Requires (Dev)
- orchestra/testbench: ~3.5.0|~3.6.0
- phpunit/phpunit: ^6.2|^7.0
This package is not auto-updated.
Last update: 2025-09-28 10:53:01 UTC
README
The surajadsul/appmarket package provides easy to extract
all the information from play store and app store.
Installation
You can install the package via composer:
composer require surajadsul/appmarket
Register Service Provider and Facade
Register the service providers and Facades in config/app.php
SurajAdsul\AppMarket\AppMarketServiceProvider::class,
'AppMarketFacade' => SurajAdsul\AppMarket\Facade::class,