mobi-market / scraping-api-integration
Scraping Tool API integration Laravel package
Installs: 1 778
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^6.3|^7.3
- illuminate/support: >=5.8 <10.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-08 23:56:34 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