PHPackages                             jakubhanak/laravel-additional-command - 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. [CLI &amp; Console](/categories/cli)
4. /
5. jakubhanak/laravel-additional-command

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

jakubhanak/laravel-additional-command
=====================================

Additional artisan command to Laravel framework

1.0.1(8y ago)020MITPHPPHP &gt;=7.0

Since May 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/HanakJakub/laravel-additional-command)[ Packagist](https://packagist.org/packages/jakubhanak/laravel-additional-command)[ RSS](/packages/jakubhanak-laravel-additional-command/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Laravel Artisan Command
=======================

[](#laravel-artisan-command)

This package add artisan command to generate combinations of strings pairs without repetition

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

[](#installation)

In your terminal:

```
composer require jakubhanak/laravel-additional-command
```

If you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your `config/app.php` file:

```
'providers' => [
    ...
    Hanak\ArtisanCommand\ArtisanCommandServiceProvider::class,
];
```

Usage
-----

[](#usage)

#### `string:combine`

[](#stringcombine)

This command accept array of strings to the input attribute and result is combinations of strings in pairs without repetition.

```
php artisan string:combine {strings}

```

Example of usage.

```
php artisan string:combine one two three
php artisan string:combine one,two,three

```

Licence
-------

[](#licence)

Open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2979d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11364651?v=4)[jakubhanak](/maintainers/jakubhanak)[@jakubhanak](https://github.com/jakubhanak)

---

Top Contributors

[![HanakJakub](https://avatars.githubusercontent.com/u/17723998?v=4)](https://github.com/HanakJakub "HanakJakub (10 commits)")

---

Tags

consolelaravelartisancommands

### Embed Badge

![Health badge](/badges/jakubhanak-laravel-additional-command/health.svg)

```
[![Health](https://phpackages.com/badges/jakubhanak-laravel-additional-command/health.svg)](https://phpackages.com/packages/jakubhanak-laravel-additional-command)
```

###  Alternatives

[vkovic/laravel-commando

Collection of handy Laravel artisan commands that most projects needs

6140.5k](/packages/vkovic-laravel-commando)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16357.3k8](/packages/nunomaduro-laravel-console-dusk)[guratr/nova-command-runner

Laravel Nova tool for running Artisan commands.

43248.8k1](/packages/guratr-nova-command-runner)[perryvandermeer/laravel-console-validator

Validate arguments for Laravel commands

109.6k](/packages/perryvandermeer-laravel-console-validator)

PHPackages © 2026

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