Skip to content

Commit 77d585a

Browse files
sanketsingh24mheap
authored andcommitted
Added README for voice APIs (#21)
* README for voice APIs was missing, so added one :) * Updated with link to tutorials
1 parent 5ac7dd7 commit 77d585a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

voice/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Getting Started with Nexmo Voice APIs with PHP
2+
3+
## Set up the ENV with Your Nexmo API Keys
4+
5+
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
6+
the `.env-example` file to `.env` and set the values as required.
7+
8+
You also need to [buy a number](https://dashboard.nexmo.com/buy-numbers) where you can send and receive SMS messages.
9+
10+
## Run the Examples
11+
12+
To run Voice APIs, you need to set up your secure Nexmo Application first. You can use [Nexmo CLI tool](https://github.com/Nexmo/nexmo-cli) to create and manage your Nexmo Applications.
13+
14+
For more information, read the [tutorials](https://developer.nexmo.com/voice/voice-api/tutorials).

0 commit comments

Comments
 (0)