PHPackages                             ogdev/bitrix-rest-api-cache - 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. ogdev/bitrix-rest-api-cache

ActiveLibrary

ogdev/bitrix-rest-api-cache
===========================

Библиотека для кеша приложения основенного на апи

2025.3.x-dev(7mo ago)0340↓50%2PHPPHP &gt;=7.4

Since Oct 9Pushed 7mo agoCompare

[ Source](https://github.com/admitriev-og/bitrix-rest-api-cache)[ Packagist](https://packagist.org/packages/ogdev/bitrix-rest-api-cache)[ RSS](/packages/ogdev-bitrix-rest-api-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (2)

Установка либы
==============

[](#установка-либы)

Для подключения кеша редиса к битриксу нужно:

1. Установить зависимость composer require ogdev/bitrix-rest-api-cache
2. В файл bitrix/php\_interface/dbconn.php подключить автолоадер require($\_SERVER\['DOCUMENT\_ROOT'\] . "/local/php\_interface/vendor/autoload.php");
3. Добавить настройки подключения редиса в файл bitrix/.settings\_extra.php (пример в папке examples)
4. Вызов кеша в контроллере

```
$cache = new PhpCache($this->getRequest());
$cacheResult = $cache->init();
if (!$cacheResult) {
    // кешируемый вызов
    // $result = ['test' => 1];
    if ($result) {
        $cache->addTag('test');
        $cacheResult = new TestResponse();
        $cache->cache($result);
    }
}

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance64

Regular maintenance activity

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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

221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b45631c74f84ce39d15e8ca4acd6f4c8f43701693c43e9594fa70714c97ca45?d=identicon)[ogdev](/maintainers/ogdev)

---

Top Contributors

[![savritsky](https://avatars.githubusercontent.com/u/5127886?v=4)](https://github.com/savritsky "savritsky (6 commits)")[![admitriev-og](https://avatars.githubusercontent.com/u/199734805?v=4)](https://github.com/admitriev-og "admitriev-og (1 commits)")[![knovozhilov](https://avatars.githubusercontent.com/u/151137208?v=4)](https://github.com/knovozhilov "knovozhilov (1 commits)")

### Embed Badge

![Health badge](/badges/ogdev-bitrix-rest-api-cache/health.svg)

```
[![Health](https://phpackages.com/badges/ogdev-bitrix-rest-api-cache/health.svg)](https://phpackages.com/packages/ogdev-bitrix-rest-api-cache)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[teamtnt/tntsearch

A fully featured full text search engine written in PHP

3.2k3.0M28](/packages/teamtnt-tntsearch)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[docler-labs/codeception-slim-module

Codeception Module for Slim framework.

13178.0k1](/packages/docler-labs-codeception-slim-module)

PHPackages © 2026

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