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
- Host: GitHub
- URL: https://github.com/bytespider/awis-client
- Owner: bytespider
- License: isc
- Created: 2018-01-30T14:33:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T15:22:07.000Z (about 5 years ago)
- Last Synced: 2025-06-09T14:54:22.825Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWIS Client
## Installation
`composer require bytespider/awis-client`
## Usage
```php
', '');
$response = $client->getUrlInfo('yahoo.com'); // PSR-7 Response
```