PHPackages                             adv/bitrix-event-plugin - 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. adv/bitrix-event-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

adv/bitrix-event-plugin
=======================

Allows you to add Bitrix events without modules

1.3.1(6y ago)711.7k1[2 issues](https://github.com/advwe/bitrix-event-plugin/issues)MITPHPPHP ^7.1CI failing

Since Dec 10Pushed 6y ago2 watchersCompare

[ Source](https://github.com/advwe/bitrix-event-plugin)[ Packagist](https://packagist.org/packages/adv/bitrix-event-plugin)[ RSS](/packages/adv-bitrix-event-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (18)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/3c6a2588f6c3286c6d9439b5ff91d663a022227f4976f74d812f22ecfedb5980/68747470733a2f2f706f7365722e707567782e6f72672f6164762f6269747269782d6576656e742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/adv/bitrix-event-plugin)[![Codacy Badge](https://camo.githubusercontent.com/4080bf9843392335375e29d944222733319a329db0b3753daeb8bc42660d1066/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3665666433396162313761303463316662653833333565643939373737376436)](https://www.codacy.com/app/ADV_WE/bitrix-event-plugin?utm_source=github.com&utm_medium=referral&utm_content=advwe/bitrix-event-plugin&utm_campaign=Badge_Grade)[![Total Downloads](https://camo.githubusercontent.com/51a664a308e2d07754b983285f2ef3b2e9199b911a196454f6d4e3fd49acd3cc/68747470733a2f2f706f7365722e707567782e6f72672f6164762f6269747269782d6576656e742d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/adv/bitrix-event-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/0323d31452475d029d087bd8bb8964ee8dae3961402aab707c9695c783de3e6e/68747470733a2f2f706f7365722e707567782e6f72672f6164762f6269747269782d6576656e742d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/adv/bitrix-event-plugin)[![License](https://camo.githubusercontent.com/2f0565199b3f2389a3f416bc98ccbdc5709470ed10ec61632a5972bc8e1f70cd/68747470733a2f2f706f7365722e707567782e6f72672f6164762f6269747269782d6576656e742d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/adv/bitrix-event-plugin)

Bitrix events plugin
====================

[](#bitrix-events-plugin)

Allows you to realize some capabilities of the 1C-Bitrix module (install/uninstall permanent events) as a composer library. If you want to install your package as module, component or template, please use the [composer installer](https://github.com/composer/installers) with appropriate type (bitrix-d7-module, bitrix-d7-component, bitrix-d7-template).

Позволяет вам реализовать некоторые возможности модуля 1С-Битрика (такие, как установка/удаление событий) в рамках вашего пакета. Если вы хотите установить ваш пакет как модуль, компонент, или шаблон, пожалуйста, используйте [composer installer](https://github.com/composer/installers)с соответствующим типом (bitrix-d7-module, bitrix-d7-component, bitrix-d7-template).

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

[](#installation)

To install the latest stable version of this plugin open a console and execute the following command:

```
$ composer require adv/bitrix-event-plugin
```

Для установки последней стабильной версии просто введите команду:

```
$ composer require adv/bitrix-event-plugin
```

Usage
-----

[](#usage)

```
{
    "extra": {
        "adv/bitrix-event-plugin": {
            "events": {
                "myGreatEvent": {
                    "event":"OnSaleOrderSave",
                    "module":"sale",
                    "class":"\\My\\Event\\HandlerClass",
                    "method":"myMethod",
                    "sort":100,
                    "version":1
                }
            }
        }
    }
}
```

Also, in base required you should define bitrix document root directory:

```
{
  "extra": {
    "bitrix-dir": "web"
  }
}
```

License
-------

[](#license)

This component is under the MIT license. See the complete license in the [LICENSE](./LICENSE) file.

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

You'r welcome!

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~12 days

Recently: every ~41 days

Total

17

Last Release

2522d ago

PHP version history (2 changes)1.0.0PHP 7.0.\* || 7.1.\* || 7.2.\*

1.3.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9375304df47431169636e0dd9de7b16876bae5d83e53dd41f0437a435efb11f?d=identicon)[pandmitr](/maintainers/pandmitr)

---

Top Contributors

[![pandmitr](https://avatars.githubusercontent.com/u/6427560?v=4)](https://github.com/pandmitr "pandmitr (13 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/adv-bitrix-event-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/adv-bitrix-event-plugin/health.svg)](https://phpackages.com/packages/adv-bitrix-event-plugin)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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