PHPackages                             juliastrelkova/project-lvl2-s427 - 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. juliastrelkova/project-lvl2-s427

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

juliastrelkova/project-lvl2-s427
================================

My version of Hexlet gendiff project

v0.7.0(7y ago)020PHPPHP ^7.1

Since Feb 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JuliaStrelkova/project-lvl2-s427)[ Packagist](https://packagist.org/packages/juliastrelkova/project-lvl2-s427)[ RSS](/packages/juliastrelkova-project-lvl2-s427/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

[![Maintainability](https://camo.githubusercontent.com/fe3d24dadc946dee36657b73ac3b2b3b62fd9359d6a034249a1385e400067d70/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38333332666430303637633239343832313835312f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/JuliaStrelkova/project-lvl2-s427/maintainability)[![Test Coverage](https://camo.githubusercontent.com/239d6896126938fb206850b5b662b20db24e3a2b2a5d091150cc554d07ecbd5b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38333332666430303637633239343832313835312f746573745f636f766572616765)](https://codeclimate.com/github/JuliaStrelkova/project-lvl2-s427/test_coverage)[![Build Status](https://camo.githubusercontent.com/3f8b95738a93c34055a2b54d5aedb304910844ee79ef369f0136d901edf4d2ba/68747470733a2f2f7472617669732d63692e6f72672f4a756c6961537472656c6b6f76612f70726f6a6563742d6c766c312d733235322e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JuliaStrelkova/project-lvl2-s427)

Проект "Вычислитель отличий"
============================

[](#проект-вычислитель-отличий)

Описание
--------

[](#описание)

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

Возможности утилиты:
--------------------

[](#возможности-утилиты)

- Поддержка разных форматов
- Генерация отчета в виде plain text, pretty и json

\##Пример использования:

```
$ gendiff --format pretty first.json second.json

{
    common: {
        setting1: Value 1
      - setting2: 200
        setting3: true
      - setting6: {
            key: value
        }
      + setting4: blah blah
      + setting5: {
            key5: value5
        }
    }
    group1: {
      + baz: bars
      - baz: bas
        foo: bar
    }
  - group2: {
        abc: 12345
    }
  + group3: {
        fee: 100500
    }
}

```

before.json:

```
{
  "common": {
    "setting1": "Value 1",
    "setting2": "200",
    "setting3": true,
    "setting6": {
      "key": "value"
    }
  },
  "group1": {
    "baz": "bas",
    "foo": "bar"
  },
  "group2": {
    "abc": "12345"
  }
}

```

after.json

```
{
  "common": {
    "setting1": "Value 1",
    "setting3": true,
    "setting4": "blah blah",
    "setting5": {
      "key5": "value5"
    }
  },

  "group1": {
    "foo": "bar",
    "baz": "bars"
  },

  "group3": {
    "fee": "100500"
  }
}

```

step 1:

step 2:

step 3:

step 2 with fixes:

step 2 with fixes:

step 4:

step 4 with fixes:

step 5:

step 6:

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

13

Last Release

2677d ago

PHP version history (2 changes)v0.1.0PHP ^7.3

v0.3.0PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13888380?v=4)[Julia Strelkova](/maintainers/JuliaStrelkova)[@JuliaStrelkova](https://github.com/JuliaStrelkova)

---

Top Contributors

[![JuliaStrelkova](https://avatars.githubusercontent.com/u/13888380?v=4)](https://github.com/JuliaStrelkova "JuliaStrelkova (46 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/juliastrelkova-project-lvl2-s427/health.svg)

```
[![Health](https://phpackages.com/badges/juliastrelkova-project-lvl2-s427/health.svg)](https://phpackages.com/packages/juliastrelkova-project-lvl2-s427)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18217.0k2](/packages/altis-local-server)

PHPackages © 2026

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