Provides Fake Chat integration for Symfony Notifier.

Overview

Fake Chat Notifier

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

DSN example

FAKE_CHAT_DSN=fakechat+email://default?to=TO&from=FROM

where:

  • TO is email who receive Chat message during development
  • FROM is email who send Chat message during development

To use a custom mailer transport:

FAKE_CHAT_DSN=fakechat+email://mailchimp?to=TO&from=FROM

Resources

You might also like...
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:

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

Provides SMS77 integration for Symfony Notifier.

Provides SMS77 integration for Symfony Notifier.

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

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

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

Provides Engagespot integration for Symfony Notifier.

Provides Engagespot integration for Symfony Notifier.

Fake SMS (as email during development) Notifier Bridge

Fake SMS Notifier Provides Fake SMS (as email during development) integration for Symfony Notifier. DSN example FAKE_SMS_DSN=fakesms+email://default?t

Learn how to set up a fake authentication web page on a fake WiFi network.
Learn how to set up a fake authentication web page on a fake WiFi network.

Evil Twin - Mark VII Learn how to set up a fake authentication web page on a fake WiFi network. Read the comments in these two files to get a better u

Bugsnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.

Bugsnag exception reporter for Symfony The Bugsnag Notifier for Symfony gives you instant notification of errors and exceptions in your Symfony PHP ap

This package provides the database factory experience to fake Http calls in your testsuite.
This package provides the database factory experience to fake Http calls in your testsuite.

This package provides the database factory experience to fake Http calls in your testsuite

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. /// Chat with us and others on Spectrum: https://spectrum.chat/twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. /// Chat with us and others on Spectrum: https://spectrum.chat/twill

About Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By st

A PHP Chat based on LE CHAT

General Information: This is a PHP Chat based on LE CHAT v.1.14. An up-to-date copy of this script can be downloaded at https://github.com/DanWin/le-c

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.

Chat Create a Chat application for your multiple Models Table of Contents Click to expand Introduction Installation Usage Adding the ability to partic

Online personal and group chat application using HTML, CSS, JS, PHP,SQL and AJAX that allows users to create own groups, chat
Online personal and group chat application using HTML, CSS, JS, PHP,SQL and AJAX that allows users to create own groups, chat

Online personal and group chat application using HTML, CSS, JS, PHP,SQL and AJAX that allows users to create own groups, chat, make friends, check new notifications and edit functionality. Chat automatically updates using AJAX to allow for real-time chatting with other users collected from the database.

Laravel Rocket chat Debugher, push all logs to rocket chat channels

Laravel Rocket chat Debugher, push all logs to rocket chat channels

Airbrake.io & Errbit integration for Symfony 3/4/5. This bundle plugs the Airbrake API client into Symfony project

AmiAirbrakeBundle Airbrake.io & Errbit integration for Symfony 3/4/5. This bundle plugs the Airbrake API client into Symfony project. Prerequisites Th

Provides a Middleware to integration Tideways into Symfony Messenger Processing

Tideways Middleware for Symfony Messenger This package is currently under development and might be moved into the Tideways PHP Extension or stay indep

Provides integration for Doctrine with various Symfony components.

Doctrine Bridge The Doctrine bridge provides integration for Doctrine with various Symfony components. Resources Contributing Report issues and send P

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)

  • 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-chat-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-chat-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-chat-notifier/compare/v5.3.10...v6.0.0-BETA1)

    • feature #42188 Add FakeChat 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-chat-notifier/compare/v5.3.10...v5.4.0-BETA1)

    • feature #42188 Add FakeChat 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 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
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
Provides Engagespot integration for Symfony Notifier.

Provides Engagespot integration for Symfony Notifier.

Symfony 2 May 23, 2022
Fake SMS (as email during development) Notifier Bridge

Fake SMS Notifier Provides Fake SMS (as email during development) integration for Symfony Notifier. DSN example FAKE_SMS_DSN=fakesms+email://default?t

Symfony 17 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
Google Chat - Laravel Notification Channel

Google Chat - Laravel Notification Channel This package makes it easy to send notifications using Google Chat , (formerly known as Hangouts Chat) with

Laravel Notification Channels 36 Dec 6, 2022
It's Pimcore Bundle to send notifications to Google Chat, Slack or Email from admin panel inside Pimcore

Send notifications to Discord, Google Chat, Slack and more from Pimcore It's Pimcore Bundle to send notifications to Discord, Google Chat, Slack, Tele

LemonMind.com 6 Aug 31, 2022