#utopia-php/messaging

2 messages · Page 1 of 1 (latest)

final orchid
#

Hi, I’m exploring how the utopia-php/messaging package works. I want to integrate my own custom SMS provider into it and then use it with Appwrite.

Could you guide me through the steps to do this? A step-by-step explanation or a general overview of the integration process would be really helpful.

Thanks in advance!

final orchid
#

where can I find switch ($provider) { case 'twilio': return new TwilioSMS($params); case 'mycustom': return new MyCustomSMS($params); // ... }