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

ActiveLibrary

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 2d 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 43% 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

3160d 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

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[andreyryabin/sprint.migration

bitrix migration module

205195.8k2](/packages/andreyryabin-sprintmigration)[symfony-bundles/json-request-bundle

Symfony JsonRequest Bundle

501.6M6](/packages/symfony-bundles-json-request-bundle)[andrey-tech/bitrix24-api-php

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

9874.2k](/packages/andrey-tech-bitrix24-api-php)[bitrix-expert/bbc

Bitrix basis components

10242.9k1](/packages/bitrix-expert-bbc)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

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