Skip to content

Commit 063ff48

Browse files
author
Greg Holmes
committed
Added an implementation of text-to-speech outbound voice with Slim 4
1 parent 4a19af2 commit 063ff48

File tree

4 files changed

+1505
-1
lines changed

4 files changed

+1505
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor
22
private.key
3-
.env
3+
.env
4+
.DS_Store
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"require": {
3+
"slim/slim": "^4.0",
4+
"nexmo/client": "^2.0",
5+
"guzzlehttp/guzzle": "^6.5"
6+
}
7+
}

0 commit comments

Comments
 (0)