You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Nexmo APIs Quickstart Examples for PHP
1
+
# Vonage APIs Quickstart Examples for PHP
2
2
3
3
<imgsrc="https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg"height="48px"alt="Nexmo is now known as Vonage" />
4
4
@@ -8,21 +8,21 @@ Quickstarts also available for [Java](https://github.com/nexmo/nexmo-java-code-s
8
8
9
9
## Setup
10
10
11
-
These code samples are meant to be used for [https://developer.nexmo.com/](https://developer.nexmo.com/), and are structured in such a way as to be used for internal testing. Developers are free to use these code snippets as a reference, but these may require changes to be worked into your specific application. We recommend checking out the [Nexmo Developer Website](https://developer.nexmo.com/), which displays these code snippets in a more copy/paste fashion.
11
+
These code samples are meant to be used for [https://developer.nexmo.com/](https://developer.nexmo.com/), and are structured in such a way as to be used for internal testing. Developers are free to use these code snippets as a reference, but these may require changes to be worked into your specific application. We recommend checking out the [Vonage Developer Website](https://developer.nexmo.com/), which displays these code snippets in a more copy/paste fashion.
12
12
13
13
If you would like to run these examples yourself, you will need to do the following:
14
14
15
15
1. Run `composer install` in the root of the repository
16
16
2. Copy `.env-example` to `.env`
17
-
3. Edit `.env` with your Nexmo credentials
17
+
3. Edit `.env` with your Vonage credentials
18
18
19
19
From there, you can fill out the various environment variables as detailed by the individual code snippet. Some snippets may share common environment variables.
20
20
21
21
Larger or more complex snippets may include their own `composer.json` file and have additional requirements. Please check any READMEs inside of the larger examples for setup instructions.
22
22
23
-
## Configure with Your Nexmo API Keys
23
+
## Configure with Your Vonage API Keys
24
24
25
-
To use this sample you will first need a [Nexmo account](https://dashboard.nexmo.com/sign-up). Once you have your own API credentials, rename
25
+
To use this sample you will first need a [Vonage account](https://dashboard.nexmo.com/sign-up). Once you have your own API credentials, rename
26
26
the `.env-example` file to `.env` and set the values as required.
27
27
28
28
For some of the examples, you will need to [buy a number](https://dashboard.nexmo.com/buy-numbers).
0 commit comments