wondernetwork / wiuphp
A PHP client for the Where's It Up? API
Installs: 1 592
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- ext-ctype: *
- ext-json: *
- guzzlehttp/guzzle: ^7
Requires (Dev)
Suggests
- ext-memcached: Enables API response caching
This package is not auto-updated.
Last update: 2024-11-11 11:34:09 UTC
README
wiuphp is a PHP wrapper for the Where's It Up API (version 4).
Requirements
- PHP 7.4 or later
- Guzzle
Installation
This API client is packaged with Composer, so you can use Composer to add it to your project:
$ composer require wondernetwork/wiuphp
If you're not sure what Composer is, you can read more about it at PHP: The Right Way, and in the official documentation.
Usage
See the sample usage code file for code samples and usage information. For full API details, check the official Where's It Up documentation.