bytespider/awis-client

PHP package for making requests to Alexa Web Information Service

0.1.0 2018-04-25 09:15 UTC

This package is not auto-updated.

Last update: 2025-06-22 09:36:44 UTC


README

Installation

composer require bytespider/awis-client

Usage

<?php

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