2017 © Pedro Peláez
 

library citationscraper

:package_description

image

sturt/citationscraper

:package_description

  • Wednesday, June 13, 2018
  • by Sturtuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,311 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Local Citation Scraper

Installation

Scraper requires PHP 7.1 or 7.2. This particular version supports Laravel 5.5 or 5.6 only., (*1)

To get the latest version, simply require the project using Composer:, (*2)

Via Composer, (*3)

``` bash $ composer require sturt/citationscraper, (*4)


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: ```bash $ 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., (*5)

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

The Versions

13/06 2018

dev-master

9999999-dev https://github.com/sturt/citationscraper

:package_description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sturt citationscraper

13/06 2018

v1.0

1.0.0.0 https://github.com/sturt/citationscraper

:package_description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sturt citationscraper