PHPackages                             predanie/bitrix24-monolog-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. predanie/bitrix24-monolog-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

predanie/bitrix24-monolog-bundle
================================

Allows you send errors to a bitrix24 chat using a webhook integration

1.0.2(7y ago)02.2k↓66.7%1MITPHPPHP &gt;=5.5

Since Nov 12Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Predanie/PredanieBitrix24MonologBundle)[ Packagist](https://packagist.org/packages/predanie/bitrix24-monolog-bundle)[ RSS](/packages/predanie-bitrix24-monolog-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

README
======

[](#readme)

Installation
------------

[](#installation)

Install using Composer:

```
./composer require predanie/bitrix24-monolog-bundle

```

This version was tested with a project based on symfony 3.4.

Add the bundle to your AppKernel.php:

```
$bundles = array(
    //...
    new Predanie\Bitrix24Bundle\PredanieBitrix24MonologBundle(),
    //...
);
```

Create a monolog.yml file using current path app/config/bitrix24/monolog.yml and include it to the config\_prod.yml file:

```
imports:
    - { resource: bitrix24/monolog.yml }

```

Add bitrix24 handler and configure it:

```
monolog:
    handlers:
        bitrix24:
            type: service
            id: predanie.bitrix24_monolog_handler

predanie_bitrix24_monolog:
    chat_id: '%bitrix24_chat_id%'
    user_id: '%bitrix24_user_id%'
    webhook: '%bitrix24_webhook%'
```

Add parameters to your parameters.yml:

```
    bitrix24_chat_id: 1 # your bitrix24 chat for logging
    bitrix24_user_id: 1 # user id who send messages to bitrix24 chat
    bitrix24_webhook: xxxxxxxxxxxxxx # Weebhook code - need to create in the Bitrix24 admin panel
```

Enjoy!

P.S.: if you need send some custom exceptions just call the bitrix24 manager.

DefaultController.php example:

```
    $this->get('predanie.bitrix24_manager')->imMessageAdd($e->getMessage());
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dc75dd961584c8ff3e391e4e0ad31dd2d897a9c3882dcdc358bc594b2776fbd?d=identicon)[igorRovenki](/maintainers/igorRovenki)

---

Top Contributors

[![alexua1984](https://avatars.githubusercontent.com/u/4851561?v=4)](https://github.com/alexua1984 "alexua1984 (8 commits)")[![igorRovenki](https://avatars.githubusercontent.com/u/2495738?v=4)](https://github.com/igorRovenki "igorRovenki (1 commits)")

---

Tags

webhookBitrix24

### Embed Badge

![Health badge](/badges/predanie-bitrix24-monolog-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/predanie-bitrix24-monolog-bundle/health.svg)](https://phpackages.com/packages/predanie-bitrix24-monolog-bundle)
```

###  Alternatives

[andrey-tech/bitrix24-api-php

Обертка на PHP7+ для работы с API Битрикс24 с использованием механизма входящих вебхуков, троттлингом запросов и логированием в файл

9777.0k](/packages/andrey-tech-bitrix24-api-php)[simonbackx/slack-php-webhook

Post messages to your Slack channels with this easy to use library.

42857.1k2](/packages/simonbackx-slack-php-webhook)[lefuturiste/monolog-discord-handler

A simple monolog handler for support Discord webhooks

34116.0k4](/packages/lefuturiste-monolog-discord-handler)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
