PHPackages                             maxim-tsikhonov/php-nod - 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. maxim-tsikhonov/php-nod

ActiveLibrary

maxim-tsikhonov/php-nod
=======================

v1.0.2(2y ago)08PHPPHP &gt;=7.4

Since Aug 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MaximTsikhonov/php-nod)[ Packagist](https://packagist.org/packages/maxim-tsikhonov/php-nod)[ RSS](/packages/maxim-tsikhonov-php-nod/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Наибольший Общий Делитель (НОД)
===============================

[](#наибольший-общий-делитель-нод)

Возращает наибольший общий делить (НОД) двух чисел a и b, на которое a и b делятся без остатка. Например:

```
a = 4 и b = 14. НОД  = 4
```

Требования
----------

[](#требования)

- PHP &gt;= 7.4

Установка
---------

[](#установка)

```
$ composer require maxim-tsikhonov/php-nod
```

Подключение
-----------

[](#подключение)

```
use MaximTsikhonov\PhpNod\CalculationProcessor;
```

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

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

```
$calculation = new CalculationProcessor();
echo $calculation->nod($num1, $num2);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2

Last Release

993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8df330b945fddbca6218e6d8a8b0474d84dc070f89cd51c404b96527432ff0af?d=identicon)[MaximTsikhanau](/maintainers/MaximTsikhanau)

---

Top Contributors

[![MaximTsikhonov](https://avatars.githubusercontent.com/u/141361208?v=4)](https://github.com/MaximTsikhonov "MaximTsikhonov (7 commits)")

### Embed Badge

![Health badge](/badges/maxim-tsikhonov-php-nod/health.svg)

```
[![Health](https://phpackages.com/badges/maxim-tsikhonov-php-nod/health.svg)](https://phpackages.com/packages/maxim-tsikhonov-php-nod)
```

PHPackages © 2026

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