symfony/notifier
Symfony Notifier lets your app send notifications through multiple channels like email, SMS, chat, and more. It provides a unified API, integrates with many third-party providers, and supports routing, transports, and message formatting for flexible delivery.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| aequation/labo | Symfony install bundle by Aequation (aequation/labo). Provides installation/setup helpers and bundle scaffolding to streamline configuring a Symfony app and its dependencies during initial project setup. | 1 | 2 | 0 | 1 | 0 | 0.3 | 2.4 | MIT | 1 year ago | |
| alexgeno/phone-verification-bundle | — | 6 | 7 | 0 | 0 | 0 | 0.9 | — | MIT | 2 years ago | |
| arty/probe-bundle | — | 3 | 4 | 0 | 226 | 0 | 0.1 | 24.3 | MIT | — | |
| austral/email-bundle | — | 0 | 0 | 0 | 18 | 0 | 1.2 | 17.7 | MIT | 1 year ago | |
| captjm/elfinderwidget-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| certegroep/symfony-jira-issue-notifier | — | 1 | 1 | 0 | 0 | 0 | 0.3 | — | — | 1 year ago | |
| chapter-three-company/c3-bundle | — | 0 | 0 | 0 | 0 | 0 | 10.8 | — | MIT | 11 months ago | |
| codeception/module-symfony | Symfony module for Codeception that integrates the framework’s kernel, container, and HTTP client for functional/acceptance testing. Boot the app, make requests, assert responses, and access services to test controllers and app behavior with minimal setup. | 96 | 97 | 25 | 204K | 0 | 31.1 | 53.9 | MIT | 1 week ago | |
| codraw/sonata-extra-bundle | — | 0 | 0 | 0 | 25 | 0 | 0.1 | 19.5 | MIT | — | |
| com-company/conexteo-notifier | — | 0 | 0 | 0 | 191 | 0 | 0.0 | 31.5 | — | — | |
| connected-company/conexteo-notifier | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| crosiersource/crosierlib-base | — | 0 | 1 | — | 2 | — | 0.0 | 6.6 | — | — | |
| cybernodev/framework-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| danilovl/log-viewer-bundle | — | 0 | 0 | 0 | 0 | 0 | 23.0 | — | MIT | 1 month ago | |
| draw/sonata-extra-bundle | — | 0 | 0 | 0 | 813 | 0 | 0.0 | 40.2 | — | — | |
| duc01nguyen/health-check-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| dukecity/command-scheduler-bundle | Symfony bundle to schedule console commands with cron expressions. Manage native and custom commands, backed by database storage and optional Doctrine migrations. Supports modern PHP/Symfony versions; see wiki for configuration, execution, and upgrade notes. | 25 | 26 | 26 | 9K | 12 | 25.8 | 43.2 | — | 5 months ago | |
| ibexa/fieldtype-richtext | — | 6 | 6 | 11 | 27K | 0 | 30.2 | 62.4 | NOASSERTION | 3 weeks ago | |
| ibexa/notifications | — | 2 | 2 | 2 | 29K | 0 | 28.6 | 64.3 | NOASSERTION | 3 weeks ago | |
| symfony/allmysms-notifier | Symfony Notifier bridge for AllMySms. Configure via ALLMYSMS_DSN with login, API key, and optional sender. Send SmsMessage through AllMySms and customize delivery using AllMySmsOptions (campaign, scheduling, simulation, identifiers, verbosity). | 4 | 4 | 1 | 9 | 0 | 26.6 | 7.1 | MIT | 1 month ago | |
| symfony/clickatell-notifier | Symfony Notifier bridge for Clickatell SMS. Configure with a clickatell:// DSN using your access token and optional sender (from). Enables sending notifications via Clickatell through Symfony’s notifier transport system. | 5 | 5 | 1 | 9K | 0 | 26.7 | 50.6 | MIT | 1 month ago | |
| symfony/discord-notifier | Symfony Notifier bridge for Discord. Configure via DISCORD_DSN for webhooks or a bot token, then send ChatMessage notifications. Supports rich embeds and options (username, title, fields, thumbnails, footers) to build interactive Discord messages. | 37 | 37 | 2 | 21K | 0 | 27.5 | 43.9 | MIT | 1 month ago | |
| symfony/esendex-notifier | Symfony Notifier bridge for Esendex SMS. Configure via ESENDEX_DSN (email/password, account reference, from) and send SmsMessage notifications. Supports EsendexOptions for per-message settings like accountReference and more. | 8 | 8 | 1 | 12K | 0 | 26.9 | 50.1 | MIT | 1 month ago | |
| symfony/fake-chat-notifier | Symfony Fake Chat Notifier provides a fake chat transport for the Symfony Notifier component, ideal for local development and automated tests. Simulate sending chat messages without hitting real providers, with predictable, inspectable behavior. | 10 | 10 | 0 | 28K | 0 | 26.9 | 54.5 | MIT | 1 month ago | |
| symfony/fake-sms-notifier | Symfony Notifier transport that fakes SMS delivery during development. Redirect SMS messages to email (with configurable to/from and optional custom mailer transport) or log them via a logger DSN, without sending real texts. | 27 | 27 | 3 | 31K | 0 | 26.7 | 48.5 | MIT | 1 month ago | |
| symfony/firebase-notifier | Symfony Notifier bridge for Firebase Cloud Messaging. Configure via FIREBASE_DSN and send notifications with platform-specific options using AndroidNotification, IOSNotification, or WebNotification to customize icons, sounds, actions, and more. | 13 | 12 | 10 | 17K | 0 | 27.3 | 49.3 | MIT | 1 month ago | |
| symfony/framework-bundle | Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests. | 3,567 | 3,583 | 122 | 5M | 0 | 55.2 | 51.2 | MIT | 3 weeks ago | |
| symfony/free-mobile-notifier | Symfony Notifier integration for Free Mobile SMS. Configure a freemobile:// DSN with your Free Mobile login, API key, and phone number to send notifications to your personal mobile via Free Mobile’s SMS notification service. | 20 | 20 | 1 | 8K | 0 | 27.2 | 41.5 | MIT | 1 month ago | |
| symfony/gatewayapi-notifier | Symfony Notifier bridge for GatewayAPI SMS. Configure via GATEWAYAPI_DSN (token, from) and send SmsMessage with optional GatewayApiOptions (class, callback URL, user ref, labels, etc.) for advanced message settings. | 6 | 6 | 2 | 1 | 0 | 26.5 | 0.9 | MIT | 1 month ago | |
| symfony/gitter-notifier | Symfony Notifier integration for Gitter. Configure a GITTER_DSN with your Gitter token and room ID (gitter://TOKEN@default?room_id=ROOM_ID) to send notifications to a Gitter room via the Symfony Notifier system. | 4 | 4 | 0 | 7K | 0 | 10.0 | 43.9 | MIT | 11 months ago | |
| symfony/google-chat-notifier | Symfony Notifier integration for Google Chat. Configure a googlechat:// DSN with access key/token and target space, optionally providing a thread_key to group messages into a single thread. | 10 | 10 | 3 | 15K | 0 | 28.0 | 50.4 | MIT | 1 month ago | |
| symfony/infobip-notifier | Symfony Notifier integration for Infobip. Send SMS/notifications via Infobip by configuring the INFOBIP_DSN (auth token, host, and sender/from). Part of the Symfony Notifier ecosystem. | 3 | 3 | 1 | 13K | 0 | 28.2 | 56.8 | MIT | 1 month ago | |
| symfony/iqsms-notifier | — | 4 | 4 | 0 | 7K | 0 | 26.5 | 49.8 | MIT | 1 month ago | |
| symfony/light-sms-notifier | Symfony Notifier bridge for LightSms. Configure via LIGHTSMS_DSN (lightsms://LOGIN:TOKEN@default?from=PHONE) to send SMS messages through your LightSms account using your login, API token, and sender phone number. | 3 | 3 | 0 | 8K | 0 | 26.8 | 52.9 | MIT | 1 month ago | |
| symfony/linked-in-notifier | Symfony Notifier integration for LinkedIn. Configure a LINKEDIN_DSN with your LinkedIn access token and user ID to send notifications via LinkedIn through Symfony’s notifier system. | 14 | 14 | 0 | 9K | 0 | 26.8 | 44.0 | MIT | 1 month ago | |
| symfony/mattermost-notifier | Symfony Notifier integration for Mattermost. Configure via DSN (access token, host/path, default channel) and send ChatMessage notifications, optionally overriding the recipient channel with MattermostOptions. | 10 | 10 | 2 | 12K | 0 | 26.6 | 48.6 | MIT | 1 month ago | |
| 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). | 9 | 9 | 1 | 13K | 0 | 27.2 | 50.0 | MIT | 1 month ago | |
| symfony/microsoft-teams-notifier | Symfony Notifier bridge for Microsoft Teams Incoming Webhooks. Configure via MICROSOFT_TEAMS_DSN and send ChatMessage notifications, with support for MessageCard options like sections, facts, and interactive actions/inputs. | 12 | 12 | 2 | 41K | 0 | 29.8 | 56.5 | MIT | 3 weeks ago | |
| symfony/mobyt-notifier | Symfony Notifier bridge for Mobyt SMS. Configure via MOBYT_DSN with user key, access token, sender, and message quality. Supports MobytOptions to customize message type and other delivery parameters when sending SmsMessage. | 4 | 4 | 0 | 8K | 0 | 26.7 | 51.5 | MIT | 1 month ago | |
| symfony/nexmo-notifier | Symfony Notifier bridge for Vonage (formerly Nexmo). Sends SMS notifications via the Notifier component, integrating with Symfony’s channel system. Configure Vonage credentials and deliver messages through a Nexmo/Vonage transport in your apps. | 6 | 5 | 0 | 3 | 0 | 4.5 | 1.5 | MIT | 1 year ago | |
| symfony/octopush-notifier | Symfony Notifier transport for Octopush SMS. Configure with an octopush:// DSN using your Octopush email and API key, plus sender and SMS type (LowCost, Premium, World) to send SMS notifications through Octopush. | 8 | 8 | 0 | 9K | 0 | 27.3 | 47.6 | MIT | 1 month ago | |
| symfony/ovh-cloud-notifier | Symfony Notifier transport for OVHcloud SMS. Configure an ovhcloud:// DSN with application key/secret, consumer key, service name, optional sender, and an option to remove the STOP clause for non-commercial messages. | 8 | 8 | 1 | 18K | 0 | 26.5 | 52.4 | MIT | 1 month ago | |
| symfony/rocket-chat-notifier | Symfony Notifier bridge for Rocket.Chat. Configure a rocketchat:// DSN with incoming webhook token and default channel, then send ChatMessages. Supports custom payload (alias/avatar/channel overrides) and multiple attachments for rich messages. | 13 | 13 | 1 | 8K | 0 | 26.6 | 43.8 | MIT | 1 month ago | |
| symfony/sendinblue-notifier | Symfony Notifier transport for Sendinblue SMS. Configure via DSN (sendinblue://API_KEY@default?sender=PHONE) to send transactional texts using your Sendinblue API key and sender number. Links to Symfony docs, issues, and PRs. | 12 | 12 | 0 | 1K | 0 | 20.0 | 30.3 | MIT | 5 months ago | |
| symfony/sinch-notifier | Symfony Notifier integration for Sinch. Send SMS via Sinch using a simple DSN like sinch://SERVICE_PLAN_ID:AUTH_TOKEN@default?from=FROM, where FROM is your sender. Configure with your service plan ID and auth token. | 10 | 10 | 0 | 8K | 0 | 27.3 | 45.9 | MIT | 1 month ago | |
| symfony/slack-notifier | Symfony Slack Notifier lets your app send notifications to Slack via Symfony Notifier. Configure Slack webhook or token-based transport, then deliver messages from your code and notification system with a consistent API alongside other channels. | 42 | 42 | 11 | 201K | 0 | 26.7 | 58.4 | MIT | 1 month ago | |
| symfony/sms-biuras-notifier | Symfony Notifier bridge for SmsBiuras (smsbiuras.lt). Configure via DSN with UID and API key, set sender (“from”), and optionally enable test_mode (0 real SMS, 1 test). Lets your Symfony app send SMS through SmsBiuras. | 4 | 4 | 0 | 8K | 0 | 26.5 | 50.5 | MIT | 1 month ago | |
| symfony/smsapi-notifier | Symfony Notifier bridge for SMSAPI (smsapi.pl / smsapi.com). Send SMS using an OAuth token via DSN config, with options for sender name, fast delivery priority, and test mode. | 6 | 6 | 4 | 11K | 0 | 27.3 | 51.1 | MIT | 1 month ago | |
| symfony/spot-hit-notifier | Symfony Notifier transport for Spot-Hit SMS. Configure via SPOTHIT_DSN with your API token and sender (from), with optional settings for long SMS and concatenation count validation. Links to Spot-Hit API docs and Symfony issue/PR channels. | 9 | 9 | 0 | 8K | 0 | 26.6 | 46.5 | MIT | 1 month ago | |
| symfony/telegram-notifier | Symfony Telegram Notifier provides a Telegram integration for the Symfony Notifier component, letting you send notifications and messages to Telegram chats via bots. Easy to configure in Symfony apps and compatible with the broader notifier channel system. | 74 | 74 | 4 | 36K | 0 | 27.7 | 43.0 | MIT | 1 month ago | |
| symfony/twilio-notifier | Symfony Notifier bridge for Twilio. Configure via TWILIO_DSN (SID, token, from) to send SMS, and customize messages with TwilioOptions such as webhook URL and other provider-specific settings. | 13 | 13 | 4 | 42K | 0 | 29.3 | 55.9 | MIT | 1 month ago | |
| symfony/vonage-notifier | Symfony Notifier bridge for Vonage, enabling SMS notifications via a simple DSN configuration. Set VONAGE_DSN with your Vonage key/secret and sender (“from”) to route notifications through Vonage. | 5 | 5 | 1 | 10K | 0 | 27.9 | 52.0 | MIT | 1 month ago | |
| symfony/zulip-notifier | Symfony Notifier integration for Zulip. Configure via a zulip:// DSN using your Zulip email, token, host, and default channel, then send notifications to Zulip streams through Symfony’s notifier system. | 5 | 5 | 2 | 7K | 0 | 27.3 | 49.5 | MIT | 1 month ago |
How can I help you explore Laravel packages today?