surajadsul / appmarket
This package will fetch information about app from play store and app store
0.0.1
2018-05-26 15:49 UTC
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: 2024-12-22 06:57:05 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,