PHPackages                             kosmosafive/kosmosafive.productioncalendarbx - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kosmosafive/kosmosafive.productioncalendarbx

ActiveBitrix-d7-module[Utility &amp; Helpers](/categories/utility)

kosmosafive/kosmosafive.productioncalendarbx
============================================

Производственный календарь

1.0.0(1mo ago)01MITPHPPHP &gt;=8.4

Since May 29Pushed 1mo agoCompare

[ Source](https://github.com/kosmosafive/kosmosafive.productioncalendarbx)[ Packagist](https://packagist.org/packages/kosmosafive/kosmosafive.productioncalendarbx)[ Docs](https://github.com/kosmosafive/kosmosafive.productioncalendarbx)[ RSS](/packages/kosmosafive-kosmosafiveproductioncalendarbx/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Производственный календарь
==========================

[](#производственный-календарь)

Интеграция с Bitrix решения [kosmosafive/production-calendar](https://github.com/kosmosafive/production-calendar).

Установка
---------

[](#установка)

В composer.json (пример для директории local) проекта добавьте

```
{
  "require": {
    "wikimedia/composer-merge-plugin": "dev-master",
    "composer/installers": "^2.3"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "wikimedia/composer-merge-plugin": true
    }
  },
  "extra": {
    "merge-plugin": {
      "include": [
        "../bitrix/composer-bx.json",
        "modules/*/composer.json"
      ],
      "recurse": true,
      "replace": true,
      "ignore-duplicates": false,
      "merge-dev": true,
      "merge-extra": false,
      "merge-extra-deep": false,
      "merge-scripts": false,
      "merge-ignore-none": true
    },
    "installer-paths": {
      "modules/{$name}/": [
        "type:bitrix-d7-module"
      ]
    }
  }
}
```

Установите зависимости. Добавьте модуль

```
composer require kosmosafive/kosmosafive.productioncalendar
```

Подключите автозагрузку из vendor. Например, в файле /bitrix/.settings.php или /bitrix/.settings\_extra.php добавьте

```
$vendorAutoload = dirname(__DIR__) . '/local/vendor/autoload.php';
if (file_exists($vendorAutoload)) {
    require_once $vendorAutoload;
}
```

Конфигурация модуля
-------------------

[](#конфигурация-модуля)

Конфигурация указывается в файле /bitrix/.settings.php или /bitrix/.settings\_extra.php.

*folder* — путь до директории с файлами модуля (по умолчанию /upload/production\_calendar/) *http\_client* — набор опций HttpClient (по умолчанию используется базовая конфигурация).

```
return [
    'kosmosafive.commandline' => [
        'value' => [
            'folder' => $_SERVER['DOCUMENT_ROOT'] . '/upload/production_calendar/',
            'http_client' => null,
        ],
    ],
];
```

Собственный календарь в формате страна\_год.json (например, by\_2023.json) или страна\_год.xml (например, by\_2023.xml) можно разместить в директории folder/custom.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance89

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4149bcfcdcc947ad42afa006615812c8ea743bf76e0e10ef44ffb3d5ae2796f0?d=identicon)[kosmosafive](/maintainers/kosmosafive)

---

Top Contributors

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

---

Tags

bitrixschedulecalendarholidayproductionworkingworking-calendarproduction-calendarproduction scheduleholiday calendar

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kosmosafive-kosmosafiveproductioncalendarbx/health.svg)

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

###  Alternatives

[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.8M21](/packages/spatie-laravel-google-calendar)[league/period

Time range API for PHP

7335.8M24](/packages/league-period)[laraveljutsu/zap

A flexible, performant, and developer-friendly schedule management system for Laravel

1.5k120.4k1](/packages/laraveljutsu-zap)[umulmrum/holiday

A PHP library to compute holidays. It's something :-)

93385.8k1](/packages/umulmrum-holiday)[holidayapi/holidayapi-php

Official PHP library for Holiday API

35235.7k1](/packages/holidayapi-holidayapi-php)[org_heigl/holidaychecker

Check for holidays - localeaware

844.1k](/packages/org-heigl-holidaychecker)

PHPackages © 2026

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