PHPackages                             doris/yii2-bug-report - 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. doris/yii2-bug-report

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

doris/yii2-bug-report
=====================

Library for generation report. Based on yii 2 framework and worksection api.

3.2.1(6y ago)0312[8 PRs](https://github.com/QoreCode/doris-yii2-bug-report/pulls)MITTypeScriptPHP &gt;=7.0

Since Jan 8Pushed 4y agoCompare

[ Source](https://github.com/QoreCode/doris-yii2-bug-report)[ Packagist](https://packagist.org/packages/doris/yii2-bug-report)[ Docs](https://github.com/DmitrijDev/doris-yii2-bug-report)[ RSS](/packages/doris-yii2-bug-report/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (20)Used By (0)

Установка и настройка
=====================

[](#установка-и-настройка)

`composer require doris/yii2-bug-report "*"`

В параметраы `frontend/config/params` необходимо положить следующие настройки:

```
'bugReport' => [
    'ipList' => "Список ip адрессов которым на лайве будет виден виджет"
]
```

Так же в файле `frontend/config/main` необходимо подключить модуль:

```
'bootstrap' => ['bugReport'],
'modules' => [
	'bugReport' => 'doris\bugReport\module\Handler',
],
```

В лаяуте необходимо подключить виджет, он же и будет выводить на страницу необзодимую форму, попап, скрипты, стили и т.д:

```
use doris\bugReport\widgets\bugReportWidget\BugReportWidget;

BugReportWidget::widget();
```

Использование
=============

[](#использование)

Для начала в системе нужно авторизоваться. Это можно сделать либо через иконку сверху, либо через `Q + W + E`. В появившемся поле нужно указать email с которого зарегистрирован на worksection и ссылку на задачу (всю ссылку).

Для формирования отчета нужно той же комбинацией `Q + W + E` (или нажав на иконку сверху) вызвать попап окно, вставить фото (загрузить с утройства, сделать скрин с помощью html2canvas или просто вставить картинку из буфера) и заполнить соответствующие поля.

Для пометки проблемных участвок можно использовать кисть или прямоугольники. Если спользовать последние тогда в форме появятся дополнительные поля для заполнения.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~20 days

Recently: every ~2 days

Total

11

Last Release

2472d ago

Major Versions

1.0.1 → 3.02019-07-18

PHP version history (2 changes)1.0.0PHP &gt;=7.0

3.0.1PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5da24fc1142f4d10a95eeea4891dc1b89455c88269482ed8337031af524bbc06?d=identicon)[doris](/maintainers/doris)

---

Top Contributors

[![QoreCode](https://avatars.githubusercontent.com/u/29629679?v=4)](https://github.com/QoreCode "QoreCode (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

### Embed Badge

![Health badge](/badges/doris-yii2-bug-report/health.svg)

```
[![Health](https://phpackages.com/badges/doris-yii2-bug-report/health.svg)](https://phpackages.com/packages/doris-yii2-bug-report)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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