jonatanolsson/rocketscraper

PHP Library to use rocketscrape API

1.0 2022-08-15 19:19 UTC

This package is auto-updated.

Last update: 2025-06-16 01:38:12 UTC


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>');