This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
create-hello-world-samples Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
// Download the helper library from https://www.twilio.com/docs/php/install
3
- // Update the path below to your autoload.php,
3
+ // Update the path below to your autoload.php if not installed in local dir.
4
4
// see https://getcomposer.org/doc/01-basic-usage.md
5
- require_once '/path/to /vendor/autoload.php ' ;
5
+ require_once '. /vendor/autoload.php ' ;
6
6
use Twilio \Rest \Client ;
7
7
8
8
// Your Account Sid and Auth Token from twilio.com/console
Original file line number Diff line number Diff line change 1
1
<?php
2
2
// Download the helper library from https://www.twilio.com/docs/php/install
3
- // Update the path below to your autoload.php,
3
+ // Update the path below to your autoload.php if not installed in local dir.
4
4
// see https://getcomposer.org/doc/01-basic-usage.md
5
- require_once '/path/to /vendor/autoload.php ' ;
5
+ require_once '. /vendor/autoload.php ' ;
6
6
use Twilio \Rest \Client ;
7
7
8
8
// Your Account Sid and Auth Token from twilio.com/console
25
25
->samples
26
26
->create (
27
27
$ language = "en-us " ,
28
- $ taggedText = $ phrase,
28
+ $ taggedText = $ phrase
29
29
);
30
30
print ($ sample ->sid );
31
31
Original file line number Diff line number Diff line change 1
1
<?php
2
2
// Download the helper library from https://www.twilio.com/docs/php/install
3
- // Update the path below to your autoload.php,
3
+ // Update the path below to your autoload.php if not installed in local dir.
4
4
// see https://getcomposer.org/doc/01-basic-usage.md
5
- require_once '/path/to /vendor/autoload.php ' ;
5
+ require_once '. /vendor/autoload.php ' ;
6
6
use Twilio \Rest \Client ;
7
7
8
8
// Your Account Sid and Auth Token from twilio.com/console
Original file line number Diff line number Diff line change 1
1
<?php
2
2
// Download the helper library from https://www.twilio.com/docs/php/install
3
- // Update the path below to your autoload.php,
3
+ // Update the path below to your autoload.php if not installed in local dir.
4
4
// see https://getcomposer.org/doc/01-basic-usage.md
5
- require_once '/path/to /vendor/autoload.php ' ;
5
+ require_once '. /vendor/autoload.php ' ;
6
6
use Twilio \Rest \Client ;
7
7
8
8
// Your Account Sid and Auth Token from twilio.com/console
Original file line number Diff line number Diff line change 1
1
<?php
2
2
// Download the helper library from https://www.twilio.com/docs/php/install
3
- // Update the path below to your autoload.php,
3
+ // Update the path below to your autoload.php if not installed in local dir.
4
4
// see https://getcomposer.org/doc/01-basic-usage.md
5
- require_once '/path/to /vendor/autoload.php ' ;
5
+ require_once '. /vendor/autoload.php ' ;
6
6
use Twilio \Rest \Client ;
7
7
8
8
// Your Account Sid and Auth Token from twilio.com/console
You can’t perform that action at this time.
0 commit comments