Skip to content

Vonage-Community/youtube_demo-sms-php-receive_message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Receive SMS Messages Using Vonage's PHP SDK

This project shows how to receive SMS messages using webhooks with the Vonage PHP SDK and the Slim Framework. For the video tutorial, see https://www.youtube.com/@VonageDev

Prerequisites

Setup

Create a new project folder (or use existing):

mkdir vonage-sms
cd vonage-sms

Initialize composer:

composer init

Install the Vonage PHP SDK:

composer require vonage/client

Install the Slim Framework:

composer require slim/slim:"4".*

Install PSR-7 support:

composer require slim/psr7

About

Youtube demo Sms PHP Receive message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages