TwilioDevEd / api-snippets

Code snippets for the Twilio API Documentation
MIT License
259 stars 468 forks source link

feat: update generate_twiml_sms php sample from 5.x to 6.x #952

Closed stern-shawn closed 2 years ago

stern-shawn commented 2 years ago

Addresses DEVED-6618, (all of the code samples in this guide are rendering the out of date warning, and technically the MMS example is broken without passing in an empty string to the message method) works on my machine!

Got to learn how to run a PHP server to validate this using this section of the docs, yay dogfooding (and learning a tiny bit of the PHP world)