jonatanolsson / rocketscraper
PHP Library to use rocketscrape API
1.0
2022-08-15 19:19 UTC
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>');