ems-spot/laravel-melipayamak-sms
Unofficial Laravel 5 notification channel for Melipayamak SMS. Configure credentials via .env, publish the package config, then send messages with SMS->text()->to()->sendText() and return EmsSpot\Melipayamak\SMS in via().
Notifiable trait, allowing SMS to be sent alongside emails/push notifications via a unified system (e.g., User::notify(new OrderConfirmation($order))).Notifiable trait over standalone SMS libraries."This package lets us send SMS notifications in Turkey—like order confirmations or OTPs—using a local provider (Melipayamak) to cut costs compared to global alternatives. It integrates natively with Laravel’s notification system, so we can send SMS alongside emails with minimal code. While untested at scale, it’s a low-risk way to validate SMS use cases before committing to a premium provider. Risk: Limited to Turkey; fallback to Twilio if needed."
*"This is a lightweight Laravel wrapper for Melipayamak’s SMS API, enabling us to use Laravel’s Notifiable trait for SMS. Key trade-offs:
How can I help you explore Laravel packages today?