jonatanolsson/rocketscraper

This package is abandoned and no longer maintained. No replacement package was suggested.

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

1.0 2022-08-15 19:19 UTC

This package is auto-updated.

Last update: 2025-12-16 02:41:00 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>');