PHP SDK - REST API - Find contact by email? Check for Duplicate?

Hi @Jer_Fortenberry adding a contact with dup check was recently added in the sdk for REST. You should now be able to use

$infusionsoft->contacts()->create($data,true);

See the update to ContactService.php for more information