bytespider/awis-client

用于向Alexa Web信息服务发送请求的PHP包

0.1.0 2018-04-25 09:15 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:54:52 UTC


README

安装

composer require bytespider/awis-client

用法

<?php

$client = new AwisClient('<IAM Access Key>', '<IAM Access Secret>');
$response = $client->getUrlInfo('yahoo.com'); // PSR-7 Response