jonatanolsson / rocketscraper
PHP 库,用于使用 rocketscrape API
1.0
2022-08-15 19:19 UTC
Requires
- ext-curl: *
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>');