An open API service indexing awesome lists of open source software.

https://github.com/bytespider/awis-client

PHP package for making requests to Alexa Web Information Service
https://github.com/bytespider/awis-client

Last synced: about 1 year ago
JSON representation

PHP package for making requests to Alexa Web Information Service

Awesome Lists containing this project

README

          

# AWIS Client

## Installation
`composer require bytespider/awis-client`

## Usage
```php
', '');
$response = $client->getUrlInfo('yahoo.com'); // PSR-7 Response
```