bytespider/awis-client

PHP package for making requests to Alexa Web Information Service

Maintainers

Package info

github.com/bytespider/awis-client

pkg:composer/bytespider/awis-client

Statistics

Installs: 8 871

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2018-04-25 09:15 UTC

This package is not auto-updated.

Last update: 2026-03-15 13:33:06 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