PHPackages                             notamedia/bitrix-agent-manager - 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. notamedia/bitrix-agent-manager

Abandoned → [notamedia/console-jedi](/?search=notamedia%2Fconsole-jedi)ArchivedBitrix-module

notamedia/bitrix-agent-manager
==============================

Agent manager for Bitrix

1.0.0-beta(10y ago)4852MITPHPPHP &gt;=5.4.0

Since Jan 6Pushed 10y ago3 watchersCompare

[ Source](https://github.com/notamedia/bitrix-agent-manager)[ Packagist](https://packagist.org/packages/notamedia/bitrix-agent-manager)[ Docs](http://nota.media)[ RSS](/packages/notamedia-bitrix-agent-manager/feed)WikiDiscussions master Synced 2mo ago

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

Agent manager for Bitrix
========================

[](#agent-manager-for-bitrix)

[![Build Status](https://camo.githubusercontent.com/4456a9ad8cdab0028a5b18e2ca1b318a4587fa128b396ad45c32bd4c0af37a77/68747470733a2f2f7472617669732d63692e6f72672f6e6f74616d656469612f6269747269782d6167656e742d6d616e616765722e737667)](https://travis-ci.org/notamedia/bitrix-agent-manager)[![Latest Stable Version](https://camo.githubusercontent.com/aca753e5d92d8f5727fa6fc4d57b9e0927ef96a0d4ae10fad7baf83d7b2f34b7/68747470733a2f2f706f7365722e707567782e6f72672f6e6f74616d656469612f6269747269782d6167656e742d6d616e616765722f762f737461626c65)](https://packagist.org/packages/notamedia/bitrix-agent-manager)[![Total Downloads](https://camo.githubusercontent.com/3ec4632095ea92db4a301a30fb53aa24ed9f95e7eb953a9a81ea6b01f3ae6843/68747470733a2f2f706f7365722e707567782e6f72672f6e6f74616d656469612f6269747269782d6167656e742d6d616e616765722f646f776e6c6f616473)](https://packagist.org/packages/notamedia/bitrix-agent-manager)[![License](https://camo.githubusercontent.com/88540d59f92d16bac3d3ef8fc625d0fbb24a77e608b810080fc080cf728a5b3f/68747470733a2f2f706f7365722e707567782e6f72672f6e6f74616d656469612f6269747269782d6167656e742d6d616e616765722f6c6963656e7365)](https://packagist.org/packages/notamedia/bitrix-agent-manager)

This module help to create simple workers on the Agents of Bitrix.

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

[](#installation)

```
composer require notamedia/bitrix-agent-manager
```

Usage
-----

[](#usage)

Extends abstract class Agent for create your simple workers. For example:

```
use Notamedia\AgentManager\Agent;

class SimpleWorker extends Agent
{
    protected $recurring = false; // Agent is not recurring.
    protected $parameter;

    public function __construct($parameter)
    {
        parent::__construct();

        $this->parameter = $parameter;
    }

    protected function init()
    {
        // Preparatory operations.
    }

    protected function execute()
    {
        // The basic logic of worker.
    }
}
```

And register your Agent in the Bitrix:

[![Agents list](agents-list.png)](agents-list.png)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

3778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4ee0f9569dfa9de7a91997c66a30781937442876adceff9dd1ec0065262de8c?d=identicon)[Nik Samokhvalov](/maintainers/Nik%20Samokhvalov)

---

Top Contributors

[![niksamokhvalov](https://avatars.githubusercontent.com/u/8028275?v=4)](https://github.com/niksamokhvalov "niksamokhvalov (8 commits)")[![may-cat](https://avatars.githubusercontent.com/u/5460095?v=4)](https://github.com/may-cat "may-cat (1 commits)")

---

Tags

bitrixAgentmodule

### Embed Badge

![Health badge](/badges/notamedia-bitrix-agent-manager/health.svg)

```
[![Health](https://phpackages.com/badges/notamedia-bitrix-agent-manager/health.svg)](https://phpackages.com/packages/notamedia-bitrix-agent-manager)
```

###  Alternatives

[andreyryabin/sprint.migration

bitrix migration module

205195.8k2](/packages/andreyryabin-sprintmigration)[bitrix-expert/bbc-module

Module with classes for the basis components

1951.8k1](/packages/bitrix-expert-bbc-module)[digitalwand/digitalwand.admin_helper

API for custom admin interface in Bitrix by DigitalWand and Notamedia agency

15633.5k3](/packages/digitalwand-digitalwandadmin-helper)[bitrix-expert/bbc

Bitrix basis components

10242.9k1](/packages/bitrix-expert-bbc)[andreyryabin/sprint.editor

Редактор для контент-менеджеров

485.6k](/packages/andreyryabin-sprinteditor)[webarchitect609/bitrix-neverinclude

Automatic Bitrix modules loader helps you to forget about CModule::IncludeModule and Loader::includeModule.

1115.1k](/packages/webarchitect609-bitrix-neverinclude)

PHPackages © 2026

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