jonatanolsson/rocketscraper

PHP 库,用于使用 rocketscrape API

1.0 2022-08-15 19:19 UTC

This package is auto-updated.

Last update: 2024-09-16 00:07:26 UTC


README

只是一个简单的curl库

如何使用

$reponse = jonatanolsson\rocketscrape\Rocketscraper::scrape('<your url here>', [
'api_key' => '<your fab rocketscrape api-key here>'
]);

define('ROCKETSCRAPE_API_KEY', '<your fab rocketscrape api-key here>');

$reponse = jonatanolsson\rocketscrape\Rocketscraper::scrape('<your url here>');