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

https://github.com/zackproser/wealthengine-php-sdk

A PHP SDK for quickly and easily interacting with the WealthEngine Public API
https://github.com/zackproser/wealthengine-php-sdk

Last synced: about 1 year ago
JSON representation

A PHP SDK for quickly and easily interacting with the WealthEngine Public API

Awesome Lists containing this project

README

          

# README #

A PHP Class that abstracts interaction with the [WealthEngine API](http://dev.wealthengine.com/api) and validates POST parameters before making API calls.

### What is WealthEngine? ###

[WealthEngine](www.wealthengine.com) allows you to look up nearly anyone's wealth in real-time. Get your API Key from [dev.wealthengine.com.](dev.wealthengine.com)

### Getting started ###

* Clone this repo into your project
* Require the SDK in your PHP app / script
* See example.php for calls and typical responses

### Features ###

* Validates POST parameters before making API calls
* Makes it easy to quickly begin making calls - all you need is an APIKey
* Allows you to specify either the sandbox or prod API environments