Download the PHP package pascallieverse/laravel-bitrix24-notification without Composer
On this page you can find all versions of the php package pascallieverse/laravel-bitrix24-notification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pascallieverse/laravel-bitrix24-notification
More information about pascallieverse/laravel-bitrix24-notification
Files in pascallieverse/laravel-bitrix24-notification
Download pascallieverse/laravel-bitrix24-notification
More information about pascallieverse/laravel-bitrix24-notification
Files in pascallieverse/laravel-bitrix24-notification
Vendor pascallieverse
Package laravel-bitrix24-notification
Short Description Package for Laravel notifications to Bitrix24
License MIT
Package laravel-bitrix24-notification
Short Description Package for Laravel notifications to Bitrix24
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-bitrix24-notification
Laravel Bitrix24 notifications
This package makes it easy to send notifications using the Bitrix Bot Platform with Laravel.
Installation
You can install the package via composer:
And finally publish the config file:
Setting up your Bitrix24 bot
- Inside bitrix24 navigate to: Extensions -> Applications -> Developer resources -> Add a chat bot -> Notify employees in the chat.
- Fill in the required fields to create the bot. The bot type should be "Chat bot, immediate response".
- Copy the "Webhook to call REST API" url and place this value inside your env file as BITRIX_WEBHOOK_URL.
- Copy the "Bot CLIENT_ID" and place this value inside your env as BITRIX_BOT_CLIENT_ID.
Usage
Now you can create a simple notification as follows:
The notification channel expects the user or chat ID to be passed. For example if the bitrix user ID is 1:
Or if the chat ID is 1:
License
MIT License (MIT). Freely redistributable product.
All versions of laravel-bitrix24-notification with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.1
illuminate/notifications Version *
illuminate/support Version *
illuminate/queue Version *
illuminate/notifications Version *
illuminate/support Version *
illuminate/queue Version *
The package pascallieverse/laravel-bitrix24-notification contains the following files
Loading the files please wait ....