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

ActiveLibrary

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 1mo ago

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 19% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

626d 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

[phpdocumentor/reflection-docblock

With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.

9.4k722.2M1.2k](/packages/phpdocumentor-reflection-docblock)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M702](/packages/league-commonmark)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k28.9M168](/packages/mailgun-mailgun-php)

PHPackages © 2026

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