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

0.0.1 2018-05-26 15:49 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:53:01 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