jonatanolsson / rocketscraper
PHP Library to use rocketscrape API
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jonatanolsson/rocketscraper
Requires
- ext-curl: *
README
Just a simple curl lib
How to use
$reponse = jonatanolsson\rocketscrape\Rocketscraper::scrape('<your url here>', [
'api_key' => '<your fab rocketscrape api-key here>'
]);
or
define('ROCKETSCRAPE_API_KEY', '<your fab rocketscrape api-key here>');
$reponse = jonatanolsson\rocketscrape\Rocketscraper::scrape('<your url here>');