sturt / citationscraper
:package_description
Installs: 31 288
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.5.0
- illuminate/support: ~5.6
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2025-03-08 03:16:34 UTC
README
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