This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier/Bridge/RocketChat
Nicolas Grekas 3e492d6e5d Merge branch '4.4' into 5.1
* 4.4:
  Update versions in composer.json
  [Mime] Fix serialization of RawMessage
2020-10-06 17:50:31 +02:00
..
.gitattributes [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00
CHANGELOG.md [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00
composer.json Merge branch '4.4' into 5.1 2020-10-06 17:50:31 +02:00
LICENSE [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00
phpunit.xml.dist [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00
README.md Update Notifier bridge readme 2020-08-27 14:59:47 +02:00
RocketChatOptions.php [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00
RocketChatTransport.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
RocketChatTransportFactory.php [Notifier] add RocketChat bridge 2020-02-10 16:33:29 +01:00

RocketChat Notifier

Provides RocketChat integration for Symfony Notifier.

DSN example

// .env file
ROCKETCHAT_DSN=rocketchat://ACCESS_TOKEN@default?channel=CHANNEL

where:

  • ACCESS_TOKEN is your RocketChat access token
  • CHANNEL is your RocketChat channel

Resources