account->messages->create( // the number we are sending to - Any phone number "+24107300823", array( // Step 6: Change the 'From' number below to be a valid Twilio number // that you've purchased 'from' => $sender_number, // the sms body 'body' => $message ) );