Download the PHP package joecampo/laravel-notification-basecamp without Composer
On this page you can find all versions of the php package joecampo/laravel-notification-basecamp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joecampo/laravel-notification-basecamp
More information about joecampo/laravel-notification-basecamp
Files in joecampo/laravel-notification-basecamp
Package laravel-notification-basecamp
Short Description Post notifications to Basecamp 3 Campfires
License MIT
Homepage https://github.com/joecampo/laravel-notification-channels
Informations about the package laravel-notification-basecamp
laravel-notification-basecamp
Basecamp 3 Chatbot Campfire notification channel for Laravel.
Installation
You can install the package via composer:
Usage
Within a Laravel notification you can now use this as a channel for
You'll need to implement a method on your notifiable model that returns the webhook URL provided by Basecamp 3 for your Chatbot. (Setting up a Basecamp 3 Chatbot)
Messages
Basecamp allows Chatbots to post the following tags . You may use the following standard HTML tags in rich text content: , , , , , , (with an href attribute), , , , , and .
This package provides helpers for a simple message, and details/summary messages.
Simple message
Summary w/ details
The summary will show and the details will be hidden unless clicked. This is good for displaying messages that might have long stack traces etc.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-notification-basecamp with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/notifications Version 5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version 5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0