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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maximaster/bitrix-agent
=======================

Удобный интерфейс для работы с агентами.

v1.0.0(1y ago)00MITPHPPHP ^7.4

Since Aug 28Pushed 1y ago2 watchersCompare

[ Source](https://github.com/maximaster/bitrix-agent)[ Packagist](https://packagist.org/packages/maximaster/bitrix-agent)[ RSS](/packages/maximaster-bitrix-agent/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

maximaster/bitrix-agent
=======================

[](#maximasterbitrix-agent)

Удобный интерфейс для работы с агентами.

```
composer require maximaster/bitrix-agent
```

CRUD пример
-----------

[](#crud-пример)

```
use Maximaster\BitrixAgent\Agent\Agent;
use Maximaster\BitrixAgent\AgentRepository\AgentTable;
use Maximaster\BitrixAgent\AgentRepository\BitrixAgentRepository;
use Maximaster\BitrixValueObjects\Main\ModuleId;

$agent = Agent::flexible(
    'hello_world();',
    ModuleId::main(),
    new DateTimeImmutable(),
    new DateInterval('P1D')
);

$agentRepo = new BitrixAgentRepository();
$agentRepo->save($agent);

$agent = $agentRepo->allFit([AgentTable::NAME => 'hello_world();'])->get(0);

$agent->scheduleAt(new DateTimeImmutable('+1 day'));
$agentRepo->save($agent);

$agentRepo->remove($agent);
```

Можно помечать агенты тегами
----------------------------

[](#можно-помечать-агенты-тегами)

```
use Maximaster\BitrixAgent\Agent\Agent;
use Maximaster\BitrixAgent\AgentRepository\BitrixAgentRepository;

$agent = Agent::flexible(
    'hello_world();',
    ModuleId::main(),
    new DateTimeImmutable(),
    new DateInterval('P1D')
);
$agent->tag('service');

$agentRepo = new BitrixAgentRepository();
$agentRepo->save($agent);

$agents = $agentRepo->allTagged('service');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

674d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab1bbc009e4fa562e3c976d1d1be7b5a61e2199b28e43828632eb8c72f827631?d=identicon)[mlavrinenko](/maintainers/mlavrinenko)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12525.9M149](/packages/phpdocumentor-reflection)

PHPackages © 2026

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