PHPackages                             hard2code/bitrix-utils - 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. hard2code/bitrix-utils

ActiveLibrary

hard2code/bitrix-utils
======================

A set of classes for more convenient work with the Bitrix API

1.0.2(2y ago)21121MITPHPPHP ^8.1

Since Jul 27Pushed 1y agoCompare

[ Source](https://github.com/amberdance/bitrix-utils)[ Packagist](https://packagist.org/packages/hard2code/bitrix-utils)[ RSS](/packages/hard2code-bitrix-utils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

[![Logo](https://camo.githubusercontent.com/51539736abd4ca2aaf7bedcaa55b04e66a5e93512d4447c392e06baa946a93ba/68747470733a2f2f617661746172732e6d64732e79616e6465782e6e65742f693f69643d62363830623538326238663565616561333734343164323366626464393038345f6c2d353232313135312d696d616765732d7468756d6273266e3d3133)](https://camo.githubusercontent.com/51539736abd4ca2aaf7bedcaa55b04e66a5e93512d4447c392e06baa946a93ba/68747470733a2f2f617661746172732e6d64732e79616e6465782e6e65742f693f69643d62363830623538326238663565616561333734343164323366626464393038345f6c2d353232313135312d696d616765732d7468756d6273266e3d3133)

Bitrix utils
============

[](#bitrix-utils)

**This library contains various classes for working with templates, components, allowing you to speed up development working with OOP style**\*.

\**The library is intended for use exclusively in conjunction with 1C Bitrix: Site Management*

### Library purpose:

[](#library-purpose)

- encapsulation of work with arrays of the $arResult array coming from Bitrix components
- minimization of the combination of php and html code

**Данная библиотека содержит набор различных вспомогательных классов для работы с компонентами и шаблонами в 1С Битрикс "Управление сайтом" в ООП стиле**\*

\**Библиотека предназначенная исключительно для совместного использования с 1С Битрикс "Управление сайтом".*

### Назначение библиотеки:

[](#назначение-библиотеки)

- инкапсуляция работы с массивами вида $arResult, приходящими из компонентов Битрикса
- минимализация мешанины php и html кода

Authors
-------

[](#authors)

- [@Alexey Fishler](https://github.com/amberdance/)

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

[](#installation)

Install my-project with composer

```
composer require hard2code/bitrix-utils
```

Usage/Examples
--------------

[](#usageexamples)

*See more in examples directory*

*Более подробные примеры находятся в директории examples*

### **Working with sections as OOP style:**

[](#working-with-sections-as-oop-style)

### **Работа с разделами в ООП стиле:**

[](#работа-с-разделами-в-ооп-стиле)

```

```

### **Working with links as OOP style:**

[](#working-with-links-as-oop-style)

### **Работа с ссылками в ООП стиле:**

[](#работа-с-ссылками-в-ооп-стиле)

```
