TeleSign / php_telesign

The Telesign PHP SDK lets you easily integrate with our REST API.
MIT License
15 stars 33 forks source link

VerifyClient Class Does NOT Exist for PHP #21

Closed ami-hp closed 2 months ago

ami-hp commented 1 year ago

in SMS Verify Section in the Website there is a Code for PHP Example But it Doesn't Work Because this doesn't work

# Instantiate a verification client object.
$verify_client = new VerifyClient($customer_id, $api_key);

I used v3.0.0

adohertyTS commented 1 year ago

Hi there! I think the issue here is that even if you have a self-service account, you need to use our full-service PHP SDK for SMS Verify. The repo for that is here. We just haven't implemented this product into the self-service SDK yet. Once you have installed that SDK you can then use these instructions to implement SMS Verify using PHP. Is there anything else we can do to help?