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
- Host: GitHub
- URL: https://github.com/zackproser/wealthengine-php-sdk
- Owner: zackproser
- License: mit
- Created: 2015-07-04T01:33:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T17:20:11.000Z (over 10 years ago)
- Last Synced: 2025-01-15T01:07:45.993Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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