All Projects → symfony → fake-sms-notifier

symfony / fake-sms-notifier

Licence: MIT License
Fake SMS (as email during development) Notifier Bridge

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to fake-sms-notifier

Telegram Notifier
Provides Telegram integration for Symfony Notifier.
Stars: ✭ 30 (+87.5%)
Mutual labels:  notifier, notification, symfony-component
Notifier
Sends notifications via one or more channels (email, SMS, ...).
Stars: ✭ 346 (+2062.5%)
Mutual labels:  notifier, notification, symfony-component
discord-notifier
Provides Discord integration for Symfony Notifier
Stars: ✭ 24 (+50%)
Mutual labels:  notifier, notification, symfony-component
notifyme
react-notification-timeline is a react based component helps in managing the notification in time-based manner.
Stars: ✭ 94 (+487.5%)
Mutual labels:  notifier, notification
lostark-wait-notifier
🐤️ Lost Ark wait notifier
Stars: ✭ 38 (+137.5%)
Mutual labels:  notifier, notification
laravel-sms
Package for sending SMS from your Laravel app / Пакет для отправки смс из вашего приложения Laravel
Stars: ✭ 21 (+31.25%)
Mutual labels:  sms, notification
Zenziva.php
Zenziva - Indonesia Online SMS Gateway Library
Stars: ✭ 33 (+106.25%)
Mutual labels:  sms, notification
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+11487.5%)
Mutual labels:  sms, notification
FakeSms
一个短信作弊器,可以在没有接受到短信时在收件箱中伪造短信
Stars: ✭ 28 (+75%)
Mutual labels:  sms, fake
github-release-notifier
Automatize tasks when a specific package got a new release - Github Release Notifier
Stars: ✭ 21 (+31.25%)
Mutual labels:  notifier, notification
free-mobile-notifier
Provides Free Mobile integration for Symfony Notifier.
Stars: ✭ 16 (+0%)
Mutual labels:  notifier, symfony-component
laravel-exception-notify
Laravel 中异常监控报警通知(Bark、Chanify、钉钉群机器人、Discord、飞书群机器人、邮件、PushDeer、QQ 频道机器人、Server 酱、Slack、Telegram、企业微信群机器人、息知)。
Stars: ✭ 52 (+225%)
Mutual labels:  notifier, notification
ohd
Garage Door Monitor (OverHeadDoor) - Python3, Raspbian
Stars: ✭ 126 (+687.5%)
Mutual labels:  sms, notification
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (+125%)
Mutual labels:  sms
smpp.net
Short Message Peer-to-Peer (SMPP) .NET library
Stars: ✭ 29 (+81.25%)
Mutual labels:  sms
awesome-web-online-tools
Many many useful Web Online Tools For Web Developers&Programmers
Stars: ✭ 13 (-18.75%)
Mutual labels:  fake
frp-notify
一个专注于消息通知的 frp server manager plugin 实现,让你对进入 frps 的连接了如指掌,不再裸奔。
Stars: ✭ 44 (+175%)
Mutual labels:  notification
jasmin-web-panel
📨 Jasmin Web Panel for Jasmin SMS Gateway
Stars: ✭ 33 (+106.25%)
Mutual labels:  sms
mimo-ce
MIMO Community Edition
Stars: ✭ 20 (+25%)
Mutual labels:  sms
SimpleCloudNotifier
SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST requests.
Stars: ✭ 15 (-6.25%)
Mutual labels:  notifier

Fake SMS Notifier

Provides Fake SMS (as email or log during development) integration for Symfony Notifier.

DSN example for email

FAKE_SMS_DSN=fakesms+email://default?to=TO&from=FROM

where:

  • TO is email who receive SMS during development
  • FROM is email who send SMS during development

To use a custom mailer transport:

FAKE_SMS_DSN=fakesms+email://mailchimp?to=TO&from=FROM

DSN example for logger

FAKE_SMS_DSN=fakesms+logger://default

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].