surajadsul/appmarket

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

Maintainers

Package info

github.com/SurajAdsul/appmarket

Homepage

pkg:composer/surajadsul/appmarket

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

0.0.1 2018-05-26 15:49 UTC

This package is not auto-updated.

Last update: 2026-03-15 13:21:34 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