A PHP Class that abstracts interaction with the WealthEngine API and validates POST parameters before making API calls.
WealthEngine allows you to look up nearly anyone's wealth in real-time. Get your API Key from dev.wealthengine.com.
- Clone this repo into your project
- Require the SDK in your PHP app / script
- See example.php for calls and typical responses
- 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