adapik/sms-bundle
Symfony bundle for sending and scheduling SMS via multiple providers (MessageBird, SMS.ru, SMS Aero, SMS Discount, SMS Center). Configure multiple providers, pick one via ProviderManager, create Sms objects with optional delivery time, and send.
sms_center to sms_discount if pricing changes).For Executives: "This package lets us add SMS notifications—critical for user engagement and security (e.g., OTPs)—without hiring a dev team or building from scratch. It supports multiple providers (e.g., regional SMS gateways) so we can optimize costs and reliability. For example, [Competitor X] uses SMS for 30% of their user interactions; we can replicate that quickly. The trade-off is minimal customization, but the speed-to-market and reduced maintenance outweigh that for now."
For Engineering:
*"This is a lightweight Symfony bundle that abstracts SMS provider logic (MessageBird, SMS.ru, etc.). You’d configure it once, then call provider->send($sms) anywhere in the app. It’s not feature-rich (e.g., no webhooks or bulk APIs), but it’s a solid starting point. We’d need to:
How can I help you explore Laravel packages today?