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. [Caching](/categories/caching)
4. /
5. ogdev/bitrix-rest-api-cache

ActiveLibrary[Caching](/categories/caching)

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

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

2025.3.x-dev(8mo ago)0489↓18.8%2PHPPHP &gt;=7.4

Since Oct 9Pushed 8mo 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 today

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

28

—

LowBetter than 52% of packages

Maintenance58

Moderate activity, may be stable

Popularity16

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

268d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1758450?v=4)[ogdev](/maintainers/ogdev)[@ogdev](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[rhubarbgroup/redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

527101.4k1](/packages/rhubarbgroup-redis-cache)[symfony-bundles/redis-bundle

Symfony Redis Bundle

291.2M7](/packages/symfony-bundles-redis-bundle)[millipress/millicache

WordPress Full-Page Cache based on Rules &amp; Flags. Delivers flexible, scalable caching workflows backed by Redis and ValKey in-memory stores.

722.9k2](/packages/millipress-millicache)[pdffiller/qless-php

PHP Bindings for qless

29113.7k2](/packages/pdffiller-qless-php)[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)

PHPackages © 2026

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