Skip to content

Commit

Permalink
Update sms_status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bmostafa87 authored Feb 20, 2018
1 parent ffdb599 commit 89eaf8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/sms_status.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php
require_once "vendor/autoload.php";

use MessageMediaMessagesLib\MessageMediaMessagesClient;

$basicAuthUserName = 'YOUR_API_KEY'; // The username to use with basic authentication
$basicAuthPassword = 'YOUR_API_SECRET'; // The password to use with basic authentication

Expand Down

0 comments on commit 89eaf8c

Please sign in to comment.