PHPackages                             hilovska/pairs - 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. hilovska/pairs

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

hilovska/pairs
==============

Elaboration an assignment for a job offer

1.2(7y ago)022PHPPHP ^7.0

Since Jun 7Pushed 7y agoCompare

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

READMEChangelog (1)DependenciesVersions (4)Used By (0)

pairs
=====

[](#pairs)

Installation
------------

[](#installation)

1. Install the package to your Laravel project: ```
    composer require hilovska/pairs
    ```

Usage
-----

[](#usage)

In root directory of your Laravel project run command

```
php artisan pairs:print {args}
```

If you want print combination pairs with only unique args (i.e. removing identical arguments), add option `-U`

### Example without -U option

[](#example-without--u-option)

```
php artisan pairs:print a b b

```

will return:

```
a b
a b
b b

```

### Example with -U option

[](#example-with--u-option)

```
php artisan pairs:print a b b -U

```

will return:

```
a b

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

3

Last Release

2895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73c4dd15c841e4c940d9b780911c07f8b2d728b9636e5de00b5169ed6f3244a8?d=identicon)[hilovska](/maintainers/hilovska)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hilovska-pairs/health.svg)

```
[![Health](https://phpackages.com/badges/hilovska-pairs/health.svg)](https://phpackages.com/packages/hilovska-pairs)
```

PHPackages © 2026

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