Vonage / vonage-php-code-snippets

PHP code examples for using Vonage APIs
MIT License
29 stars 56 forks source link

[DO NOT MERGE] Conversations v0.1 Snippets #41

Closed dragonmantank closed 3 years ago

dragonmantank commented 4 years ago

Still working on these, but meant to work alongside the main SDK PR for reference. Mostly soliciting feedback on the API interface for the moment.

If you want to test this locally, you'll need to change composer.json to point to conversations-dev:

{
    "require": {
        "nexmo/client-core": "conversations-dev",
        "vlucas/phpdotenv": "^2.5"
    }
}