mobi-market/scraping-api-integration

Scraping Tool API integration Laravel package

Installs: 1 788

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/mobi-market/scraping-api-integration

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

This package is auto-updated.

Last update: 2025-10-09 01:25:37 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