surajadsul/appmarket

This package will fetch information about app from play store and app store

0.0.1 2018-05-26 15:49 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:09:14 UTC


README

Latest Version on Packagist Quality Score StyleCI

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,

Usage