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

Hi, #2

Open
mirrorps opened this issue Jul 3, 2015 · 2 comments
Open

Hi, #2

mirrorps opened this issue Jul 3, 2015 · 2 comments

Comments

@mirrorps
Copy link

mirrorps commented Jul 3, 2015

Hi bryglen,

Thanks for the great extension. I saw 2 small typos:

'components' => [
    'twillio' => [
        'class' => 'bryglen\twillio\Twillio', // <--- This is the right path that worked for me
        'sid' => 'your_sid',
        'token' => 'your_token',
    ]
]
$twillio = Yii::$app->twillio;

//---- missing the $message var bellow:
$message = $twillio->getClient()->account->messages->sendMessage(
    '9991231234', // From a valid Twilio number
    '8881231234', // Text this number
    "Hello monkey!"
)

print $message->sid;

Are you planing to release a stable version, so it can be easily installed / updated via composer with "minimum-stability": "stable" ?

Thanks again for the extension.

@bryglen
Copy link
Owner

bryglen commented Jul 3, 2015

yes.. thanks for correcting.

yes I will add a stable version but this API wrapper is not yet complete

@mirrorps
Copy link
Author

mirrorps commented Jul 3, 2015

OK, Thanks.

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

2 participants