PHPackages                             domatskiy/bitrix-angular - 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-angular

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

domatskiy/bitrix-angular
========================

use angular bitrix

v1.0.5(8y ago)031MITPHPPHP &gt;=5.6.4

Since Aug 31Pushed 8y ago1 watchersCompare

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

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

bitrix-angular
==============

[](#bitrix-angular)

install
-------

[](#install)

```
composer require domatskiy/bitrix-angular

```

use
---

[](#use)

in php\_interface/init.php

```
if(class_exists('\Domatskiy\Angular'))
{
    $EventManager->addEventHandler("main", "OnEpilog", "OnEpilogHandler", true, 2);

    function OnEpilogHandler()
    {
        $angular = \Domatskiy\Angular::getInstance();
        //$angular->setVendorJs(SITE_TEMPLATE_PATH."/js/angular.min.js"); // add in header vendor js
        $angular->setAppJs(SITE_TEMPLATE_PATH."/assets/app/app.min.js");
        $angular->addModule('', '');
        $angular->init();

    }

}
```

in component\_epilog.php

```
if(class_exists('\Domatskiy\Angular'))
{
	$angular = \Domatskiy\Angular::getInstance();
	$angular->setAppJs();
	$angular->addModule('', '');
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~6 days

Total

4

Last Release

3207d 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 (1 commits)")

---

Tags

bitrixangular

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bitrix-expert/bbc

Bitrix basis components

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

Helpers for developers on Bitrix

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

Module with classes for the basis components

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

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

2530.3k](/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.

1318.7k1](/packages/webarchitect609-bitrix-user-type)[andreyryabin/sprint.options

Content options for 1C-Bitrix

185.7k](/packages/andreyryabin-sprintoptions)

PHPackages © 2026

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