Fake SMS (as email during development) Notifier Bridge

Overview

Fake SMS Notifier

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

DSN example

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

Resources

You might also like...
Provides Engagespot integration for Symfony Notifier.

Provides Engagespot integration for Symfony Notifier.

@Authy notification channel for @Laravel, with the ability to send in-app, sms, and call verification tokens.
@Authy notification channel for @Laravel, with the ability to send in-app, sms, and call verification tokens.

Authy Notification Channel for Laravel Authy notification channel for Laravel, with the ability to send in-app, sms, and call verification tokens. Tab

Laravel SMS Notification Channel

Laravel SMS Notification Channel Installation composer require guangda/laravel-sms-notification-channel env 配置 SMS_PROVIDER=yunpian SMS_SIGNATURE=【签名

all geteways (SMS&Payments geteways) By (Mahmoud Ibrahim)
all geteways (SMS&Payments geteways) By (Mahmoud Ibrahim)

All gateways payments & SMS package name: gateways package version: v1.1 author : mahmoud ibrahim description :provide gateways payments and SMS to in

SMS service provider for Laravel

laravel-sms SMS service provider for Laravel and Lumen. Uses SMS Client to enable sending SMS messages using the following drivers: nexmo clockwork te

Send SMS with easy using BEEM

beem-sms-api Send SMS with easy using BEEM Installation You must be using composer to be able to use this library. If composer 1.x is installed, make

laravel send sms. kavenegar, ghasedak

Requirements laravel = 7 Installation composer require ehsanmoradi/laravel-sms Publish the configuration file (this will create a laravel-sms.php

A package for verifying a user via call or SMS

Verify your users by call or SMS It's a common practice: a user signs up, you send an SMS to their phone with a code, they enter that code in your app

An SMS notification channel for the PHP framework Laravel.

Laravel SMS notification channel An SMS notification channel for the PHP framework Laravel. Supported SMS gateways: 46elks Cellsynt Telenor SMS Pro Tw

Releases(v6.1.9)
  • v6.1.9(Dec 28, 2022)

  • v6.0.17(Dec 28, 2022)

  • v5.4.17(Dec 28, 2022)

  • v6.2.2(Dec 16, 2022)

  • v6.2.0(Nov 30, 2022)

  • v6.2.0-RC1(Nov 25, 2022)

  • v6.2.0-BETA1(Oct 24, 2022)

    Changelog (https://github.com/symfony/fake-sms-notifier/compare/v6.1.6...v6.2.0-BETA1)

    • feature #45987 Add from in SmsMessage (alamirault)
    Source code(tar.gz)
    Source code(zip)
  • v6.1.4(Aug 26, 2022)

  • v6.0.12(Aug 26, 2022)

  • v5.4.12(Aug 26, 2022)

  • v6.1.0(May 27, 2022)

  • v6.1.0-RC1(May 14, 2022)

  • v6.1.0-BETA1(Apr 15, 2022)

    Changelog (https://github.com/symfony/fake-sms-notifier/compare/v6.0.7...v6.1.0-BETA1)

    • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
  • v6.0.3(Jan 28, 2022)

  • v5.4.3(Jan 28, 2022)

  • v5.3.14(Jan 28, 2022)

  • v6.0.1(Dec 9, 2021)

    Changelog (https://github.com/symfony/fake-sms-notifier/compare/v6.0.0...v6.0.1)

    • bug #44494 Remove FQCN type hints on properties (fabpot)
    Source code(tar.gz)
    Source code(zip)
  • v6.0.0(Nov 29, 2021)

  • v5.4.0(Nov 29, 2021)

  • v6.0.0-RC1(Nov 24, 2021)

  • v5.4.0-RC1(Nov 24, 2021)

  • v6.0.0-BETA2(Nov 14, 2021)

  • v5.4.0-BETA2(Nov 14, 2021)

  • v6.0.0-BETA1(Nov 5, 2021)

    Changelog (https://github.com/symfony/fake-sms-notifier/compare/v5.3.10...v6.0.0-BETA1)

    • feature #42123 Add FakeSMS Logger transport (noniagriconomie)
    • feature #42088 add return types and bump to v3 (nicolas-grekas)
    • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
    Source code(tar.gz)
    Source code(zip)
  • v5.4.0-BETA1(Nov 5, 2021)

    Changelog (https://github.com/symfony/fake-sms-notifier/compare/v5.3.10...v5.4.0-BETA1)

    • feature #42123 Add FakeSMS Logger transport (noniagriconomie)
    Source code(tar.gz)
    Source code(zip)
  • v5.3.4(Jul 26, 2021)

  • v5.3.0(May 31, 2021)

  • v5.3.0-RC1(May 20, 2021)

Provides Fake Chat integration for Symfony Notifier.

Fake Chat Notifier Provides Fake Chat (as email during development) integration for Symfony Notifier. DSN example FAKE_CHAT_DSN=fakechat+email://defau

Symfony 8 May 23, 2022
Provides Turbo SMS integration for Symfony Notifier.

TurboSms Notifier Provides TurboSms integration for Symfony Notifier. DSN example TURBOSMS_DSN=turbosms://AUTH_TOKEN@default?from=FROM where: AUTH_TO

Symfony 5 May 23, 2022
Implementations for different SMS providers for EspoCRM. Can be used for 2-factor authentication or automatic SMS sending via Workflow and BPM tools.

SMS Providers for EspoCRM An installable extension. Supported SMS Providers Twilio Spryng sms77 Setting up Install the extension. At Administration >

EspoCRM - Open Source CRM 11 Nov 30, 2022
Sends notifications via one or more channels (email, SMS, ...).

Notifier Component The Notifier component sends notifications via one or more channels (email, SMS, ...). Resources Documentation Contributing Report

Symfony 610 Jan 3, 2023
Provides Message Bird integration for Symfony Notifier.

MessageBird Notifier Provides MessageBird integration for Symfony Notifier. DSN example MESSAGEBIRD_DSN=messagebird://TOKEN@default?from=FROM where:

Symfony 7 May 23, 2022
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.

The Bugsnag Notifier for Laravel gives you instant notification of errors and exceptions in your Laravel PHP applications. We support both Laravel and Lumen. Learn more about Laravel error reporting from Bugsnag.

Bugsnag 816 Dec 15, 2022
Provides SMS77 integration for Symfony Notifier.

Provides SMS77 integration for Symfony Notifier.

Symfony 7 May 23, 2022
Provides Expo integration for Symfony Notifier.

Expo Notifier Provides Expo integration for Symfony Notifier. DSN example EXPO_DSN=expo://TOKEN@default where: TOKEN is your Expo Access Token Resour

Symfony 4 May 23, 2022
Provides One Signal integration for Symfony Notifier.

OneSignal Notifier Provides OneSignal integration for Symfony Notifier. DSN example ONESIGNAL_DSN=onesignal://APP_ID:API_KEY@default?defaultRecipientI

Symfony 7 May 23, 2022
Provides KazInfoTeh integration for Symfony Notifier.

KazInfoTeh Notifier Provides KazInfoTeh integration for Symfony Notifier. DSN example KAZ_INFO_TEH_DSN=kaz-info-teh://USERNAME:PASSWORD@default?sender

Symfony 1 Jun 8, 2022