SSL Wireless
Integration with SSL Wireless.
Configuration
Section titled “Configuration”BARTA_SSL_TOKEN=your-api-tokenBARTA_SSL_SENDER_ID=your-sender-idBARTA_SSL_CSMS_ID=optional-csms-idBarta::driver('ssl') ->to('01712345678') ->message('Hello from SSL!') ->send();Bulk SMS
Section titled “Bulk SMS”SSL Wireless uses a different endpoint for bulk. Barta handles this automatically:
Barta::driver('ssl') ->to(['01712345678', '01812345678']) ->message('Bulk message') ->send();