Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Message Bird Notifier Laravel Package

symfony/message-bird-notifier

Symfony Notifier bridge for MessageBird SMS. Configure via MESSAGEBIRD_DSN with your token and sender, then send SmsMessage instances. Supports advanced per-message settings through MessageBirdOptions (scheduling, encoding, callbacks, URL shortening, more).

View on GitHub
Deep Wiki
Context7

MessageBird Notifier

Provides MessageBird integration for Symfony Notifier.

DSN example

MESSAGEBIRD_DSN=messagebird://TOKEN@default?from=FROM

where:

  • TOKEN is your MessageBird token
  • FROM is your sender

Adding Options to a Message

With a MessageBird Message, you can use the MessageBirdOptions class to add message options.

use Symfony\Component\Notifier\Message\SmsMessage;
use Symfony\Component\Notifier\Bridge\MessageBird\MessageBirdOptions;

$sms = new SmsMessage('+1411111111', 'My message');

$options = (new MessageBirdOptions())
    ->type('test_type')
    ->scheduledDatetime('test_scheduled_datetime')
    ->createdDatetime('test_created_datetime')
    ->dataCoding('test_data_coding')
    ->gateway(999)
    ->groupIds(['test_group_ids'])
    ->mClass(888)
    ->reference('test_reference')
    ->reportUrl('test_report_url')
    ->shortenUrls(true)
    ->typeDetails('test_type_details')
    ->validity(777)
    // ...
    ;

// Add the custom options to the sms message and send the message
$sms->options($options);

$texter->send($sms);

Sponsor

This package is looking for a backer.

Help Symfony by sponsoring its development!

Resources

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony
spatie/flare-daemon-runtime