utopia-php / messaging

Lite & fast micro PHP messaging library that is **easy to use**.
MIT License
14 stars 62 forks source link

🚀 Feature: Vonage Messages Adapter #82

Open stnguyen90 opened 4 months ago

stnguyen90 commented 4 months ago

🔖 Feature description

The current Vonage SMS adapter uses the SMS API:

https://github.com/utopia-php/messaging/blob/b499c3ad11af711c28252c62d83f24e6106a2154/src/Utopia/Messaging/Adapter/SMS/Vonage.php#L48-L61

However, we should add support for the Messages API.

Reference:

🎤 Pitch

The SMS API is limited to SMS and is more expensive than their Messages API^1

image

📝 Tasks

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

naman1608 commented 3 months ago

Hu @stnguyen90, can I have a go at it?

stnguyen90 commented 3 months ago

@naman1608, assigned! Thanks for your interest!

stnguyen90 commented 1 month ago

@naman1608, how's your progress on this? I'll need to unassign you soon if there's no activity.