This project contains a number of examples of working with the Twilio API using Twilio's PHP helper library.
The intention is to provide more examples of working with the library and Twilio's respective APIs than the documentation currently does, or likely could. This is not to decry the documentation. I love it and use it almost daily. However, it can only provide so many examples and cover so many use cases. There's no point in attempting to be everything to everyone.
This project attempts to augment it, where it makes sense to do so, and cover use cases that have been asked for (indirectly or directly) on StackOverflow in the Twilio Collective.
To use this project, you need the following
- PHP 7.4 or higher
- Composer installed globally
To use the project, clone the repository locally and install PHP's dependencies, by running the following commands.
git clone git@github.com:settermjd/StackOverflowTwilioPHPExamples.git so-twilio-php-examples
cd so-twilio-php-examples
composer install