LaravelPackages.net
Acme Inc.
Toggle sidebar
sturt/citationscraper

:package_description

31.289
0
v1.0
About sturt/citationscraper

sturt/citationscraper is a Laravel package for :package_description. It currently has 0 GitHub stars and 31.289 downloads on Packagist (latest version v1.0). Install it with composer require sturt/citationscraper. Discover more Laravel packages by sturt or browse all Laravel packages to compare alternatives.

Last updated

Local Citation Scraper

Installation

Scraper requires PHP 7.1 or 7.2. This particular version supports Laravel 5.5 or 5.6 only.

To get the latest version, simply require the project using Composer:

Via Composer

$ composer require sturt/citationscraper

Once installed, if you are not using automatic package discovery, then you need to register the Sturt\CitationScraper\CitationServiceProvider::class service provider in your config/app.php.

Configuration

Scraper supports optional configuration.

To get started, you'll need to publish all vendor assets:

$ php artisan vendor:publish

This will create a config/citationscraper.php file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Usage

use SB;

Scraper using Controller
        $data = [
            'data_mondovo_name'      =>      'Mondovo',
            'data_mondovo_address'      =>     '10685-B Hazelhurst Dr Houston, TX',
            'data_mondovo_phone'      =>      '7135748451',
            'data_mondovo_zipcode'      =>      '77043',
            'module_id'                 =>      'google'
        ];
        return SB::ScrapeYext($data);

End Points Default


/api/v1/providers - List all providers
/api/v1/research_data - List all providers

Star History Chart