bytespider/awis-client

PHP package for making requests to Alexa Web Information Service

Installs: 8 871

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bytespider/awis-client

0.1.0 2018-04-25 09:15 UTC

This package is not auto-updated.

Last update: 2025-10-26 11:44:52 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