mobi-market/scraping-api-integration

Scraping Tool API integration Laravel package

v5.0.2 2022-02-02 10:27 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:41 UTC


README

This package provides the Scraping Tool API calls for use in MobiMarket applications.

Installation

Install the latest version with

$ composer require mobi-market/scraping-api-integration

Run composer update followed by composer dump

Publish the configuration file

php artisan vendor:publish --provider="MobiMarket\ScrapingTool\ScrapingServiceProvider"

Update the settings in the configuration file located in: config\scraping.php

Basic Usage

unfinished