PHPackages                             domatskiy/bitrix-develop - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. domatskiy/bitrix-develop

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

domatskiy/bitrix-develop
========================

the definition of developer mode to disable the counters, blocking send letters to users

v1.0.2(8y ago)037MITPHPPHP &gt;=5.6.4

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/domatskiy/bitrix-develop)[ Packagist](https://packagist.org/packages/domatskiy/bitrix-develop)[ Docs](http://domatskiy.ru)[ RSS](/packages/domatskiy-bitrix-develop/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

bitrix-develop
==============

[](#bitrix-develop)

install
-------

[](#install)

```
composer require domatskiy/bitrix-develop

```

use
---

[](#use)

in php\_interface/init.php

```
if(class_exists('\Domatskiy\BitrixDevelop'))
{
    $CBitrixDevelop = \Domatskiy\BitrixDevelop::getInstance();
    $CBitrixDevelop->setDevelopMode(strpos($_SERVER['SERVER_NAME'], 'dev.') !== false);

    // send all emails from cms to the developer's email
    $CBitrixDevelop->sendAllEmailTo('test@test.ru');
}
```

### the output in the browser console

[](#the-output-in-the-browser-console)

```
$CBitrixDevelop = \Domatskiy\BitrixDevelop::getInstance();
$CBitrixDevelop->jsConsole('test');
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~81 days

Total

3

Last Release

2982d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04668e09e1a26c17729902a7e1c686a35d03cd5cdc4fa76e9dc22f262821579a?d=identicon)[domatskiy](/maintainers/domatskiy)

---

Top Contributors

[![domatskii](https://avatars.githubusercontent.com/u/5947708?v=4)](https://github.com/domatskii "domatskii (2 commits)")[![domatskiy](https://avatars.githubusercontent.com/u/1101584?v=4)](https://github.com/domatskiy "domatskiy (1 commits)")

---

Tags

bitrixdevelopdev mode

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/domatskiy-bitrix-develop/health.svg)

```
[![Health](https://phpackages.com/badges/domatskiy-bitrix-develop/health.svg)](https://phpackages.com/packages/domatskiy-bitrix-develop)
```

###  Alternatives

[stechstudio/laravel-php-cs-fixer

Easily format your Laravel Code with this Configuration file and accompanying artisan command.

146718.6k2](/packages/stechstudio-laravel-php-cs-fixer)[bitrix-expert/bbc

Bitrix basis components

10242.9k1](/packages/bitrix-expert-bbc)[bitrix-expert/tools

Helpers for developers on Bitrix

3720.8k1](/packages/bitrix-expert-tools)[bitrix-expert/bbc-module

Module with classes for the basis components

1951.8k1](/packages/bitrix-expert-bbc-module)[maximaster/tools.events

Библиотека осуществляет помощь для автоматической загрузки обработчиков событий при соблюдении определенной структуры

2530.2k](/packages/maximaster-toolsevents)[webarchitect609/bitrix-user-type

Set of custom Bitrix user property types and basic auxiliary functionality to help develop new types as easy and fast as it possible.

1418.4k1](/packages/webarchitect609-bitrix-user-type)

PHPackages © 2026

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