wilddevs / php-rest-sdk
WildDevs API PHP REST SDK
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wilddevs/php-rest-sdk
Requires
- php: >=7.0
- ext-curl: *
This package is auto-updated.
Last update: 2025-12-29 03:54:08 UTC
README
This API is used to query the Wild Devs API. Its a complete wrapper for every endpoints, including member and subscriber endpoints. For those you need to setup an API Key.
You can sign up and generate own api key for free.
- SDK Version: v1.1.0
- API version: v1.0.1
Official Wild Devs API Documentation
Requirements
PHP 7.0 and later
Installation & Usage
Composer
Require the bundle and its dependencies with composer:
composer require wilddevs/rest-php-sdk
Manual Installation
Download the files and include autoload.php:
require_once('/path/to/rest-php-sdk/autoload.php');
Documentation for API Endpoints
All URIs are relative to https://api.wild-devs.net/v1
| Class | Method | HTTP request |
|---|---|---|
| AI | dictionary | POST /dictionary |
| AI | synonyms | POST /synonyms |
| Conversion | unit | POST /unit |
| Conversion | currency | POST /currency |
| Games | epicgames | GET /epicgames/free |
| Mockup | address | GET /address |
| Mockup | company | GET /company |
| Mockup | finance | GET /finance |
| Mockup | git | GET /git |
| Mockup | internet | GET /internet |
| Mockup | product | GET /product |
| Mockup | user | GET /user |
| Mockup | vehicle | GET /vehicle |
| NetTools | dnslookup | GET /dnslookup?source={fqdn} |
| NetTools | ipinfo | GET /ipinfo?source={ip} |
| NetTools | whatsmyip | GET /whatsmyip |
| Random | joke | GET /joke |
| Random | string | POST /string |
| Random | number | POST /number |
| UrlShortener | getAll | GET /urlshorteners |
| UrlShortener | create | POST /urlshortener |
| UrlShortener | delete | DELETE /urlshortener/{id} |
| Utility | compile | POST /compile |
| Utility | decode | POST /decode |
| Utility | encode | POST /encode |
| Utility | geoip | GET /geoip/{ip} |
| Utility | hash | POST /hash |
| Utility | qrcode | POST /qrcode |
| Validation | bic | POST /bic |
| Validation | btc | POST /btc |
| Validation | creditcard | POST /creditcard |
| Validation | ean | POST /ean |
| Validation | POST /email | |
| Validation | eth | POST /eth |
| Validation | fqdn | POST /fqdn |
| Validation | iban | POST /iban |
| Validation | identitycard | POST /identitycard |
| Validation | imei | POST /imei |
| Validation | ip | POST /ip |
| Validation | isbn | POST /isbn |
| Validation | isin | POST /isin |
| Validation | issn | POST /issn |
| Validation | licenseplate | POST /licenseplate |
| Validation | mac | POST /mac |
| Validation | magnet | POST /magnet |
| Validation | mimetype | POST /mimetype |
| Validation | password | POST /password |
| Validation | postalcode | POST /postalcode |
| Validation | semver | POST /semver |
| Validation | tax | POST /tax |
| Validation | uuid | POST /uuid |
Documentation For Models
Documentation For Authorization
x-api-key
- Type: x-api-key
- Authorization: in header