PHPackages                             siestacat/bool-permutations - 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. siestacat/bool-permutations

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

siestacat/bool-permutations
===========================

Permutate bool n times

1.0.0(2y ago)039Apache-2.0PHPPHP &gt;=5.4

Since Dec 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SiestaCat/php-bool-permutations)[ Packagist](https://packagist.org/packages/siestacat/bool-permutations)[ RSS](/packages/siestacat-bool-permutations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

php-bool-permutations
=====================

[](#php-bool-permutations)

Install:

```
composer require siestacat/bool-permutations

```

Usage:

```
use Siestacat\BoolPermutations\Permutate;

print_r(Permutate::get(1));
OUTPUT:
Array
(
    [0] => Array
        (
            [0] =>
        )

    [1] => Array
        (
            [0] => 1
        )

)

print_r(Permutate::get(2));
Array
(
    [0] => Array
        (
            [0] =>
            [1] =>
        )

    [1] => Array
        (
            [0] =>
            [1] => 1
        )

    [2] => Array
        (
            [0] => 1
            [1] =>
        )

    [3] => Array
        (
            [0] => 1
            [1] => 1
        )

)

```

Tests:

```
git clone https://github.com/SiestaCat/php-bool-permutations.git
cd php-bool-permutations
composer install
composer run-script test

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Unknown

Total

1

Last Release

867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca98832625a64cba12756be206d342ed01269e7f17e6badef120b4c8e30a90ca?d=identicon)[SiestaCat](/maintainers/SiestaCat)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/siestacat-bool-permutations/health.svg)

```
[![Health](https://phpackages.com/badges/siestacat-bool-permutations/health.svg)](https://phpackages.com/packages/siestacat-bool-permutations)
```

PHPackages © 2026

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