Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'Globe\Connect\Sms' not found using Yii PHP Framework #22

Open
zeejay09 opened this issue Apr 1, 2019 · 0 comments
Open

Class 'Globe\Connect\Sms' not found using Yii PHP Framework #22

zeejay09 opened this issue Apr 1, 2019 · 0 comments

Comments

@zeejay09
Copy link

zeejay09 commented Apr 1, 2019

Hi, I am using Yii PHP Framework.
Straight to the problem, here is my code:
<php
use Globe\Connect\Sms;

$sms = new Sms($sender, $access_token);
$sms->setReceiverAddress($number);
$sms->setMessage($message);
$sms->sendMessage();
?>

But I am getting an error, Class 'Globe\Connect\Sms' not found. I can't find any solution, can anyone help me?

@zeejay09 zeejay09 changed the title Class 'Globe\Connect\Sms' not found Class 'Globe\Connect\Sms' not found using Yii PHP Framework Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant