PHPackages                             rikstone/hlwrapper - 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. rikstone/hlwrapper

ActiveLibrary

rikstone/hlwrapper
==================

Класс для упрощения работы с Highload блоками Битрикса

v1.0.0(5y ago)129mitPHPPHP &gt;=7.0

Since Mar 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Rikstone/HlWrapper)[ Packagist](https://packagist.org/packages/rikstone/hlwrapper)[ RSS](/packages/rikstone-hlwrapper/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

HlWrapper
=========

[](#hlwrapper)

Wrapper для прощения работы с HL блоками битрикса

Пример использования wrapper:

```
declare(strict_types=1);

namespace HLWrapper\HlBlock;

use HLWrapper\HlBlock\BaseHLBlock;

/**
 * Таблица с данными
 * Class DataTable
 */
class DataTable extends BaseHLBlock
{
    const CODE = 'DataTable';
}

//execute
$hlBlock = DataTable::create();
$hlBlock::add([]);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/956ac458fb6cf960273f6cebde4f55b0d833b1ffe1d27123afd4534d127f6ceb?d=identicon)[Rikstone](/maintainers/Rikstone)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rikstone-hlwrapper/health.svg)

```
[![Health](https://phpackages.com/badges/rikstone-hlwrapper/health.svg)](https://phpackages.com/packages/rikstone-hlwrapper)
```

PHPackages © 2026

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