PHPackages                             aeanez/one-hundred-doors - 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. aeanez/one-hundred-doors

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

aeanez/one-hundred-doors
========================

This package allows you to solve the 100 doors problem

v1.3.4(5y ago)07MITPHP

Since Apr 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aeanez/one-hundred-doors)[ Packagist](https://packagist.org/packages/aeanez/one-hundred-doors)[ Docs](https://github.com/aeanez/one-hundred-doors)[ RSS](/packages/aeanez-one-hundred-doors/feed)WikiDiscussions main Synced yesterday

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

One hundred doors Kata
======================

[](#one-hundred-doors-kata)

This package solve the 100 doors kata from tddbuddy.com

### How to use

[](#how-to-use)

```
composer requiere aeanez/one-hundred-doors

```

```
require_once './vendor/autoload.php';

use Aeanez\OneHundredDoors\Door;
use Aeanez\OneHundredDoors\Visitor;

# Create your how doors list
$doorsList = [
            new Door(),
            new Door(),
            new Door(),
            new Door(),
            new Door(),
            new Door(),
            //All the way to 100
        ];

# Create your own visitor
$visitor = new Visitor(...$doorsList);

# Visit your doors any number of times
echo $visitor->visit(100);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

8

Last Release

1850d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46237055?v=4)[Andrés](/maintainers/aeanez)[@aeanez](https://github.com/aeanez)

---

Top Contributors

[![aeanez](https://avatars.githubusercontent.com/u/46237055?v=4)](https://github.com/aeanez "aeanez (23 commits)")

---

Tags

onedoorshundred

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aeanez-one-hundred-doors/health.svg)

```
[![Health](https://phpackages.com/badges/aeanez-one-hundred-doors/health.svg)](https://phpackages.com/packages/aeanez-one-hundred-doors)
```

###  Alternatives

[coldtrick/widget_manager

Manage your widgets

214.3k](/packages/coldtrick-widget-manager)[thalidzhokov/exchange-rates-cbrf

ExchangeRatesCBRF Class to get exchange rates of the Central Bank of Russia

102.7k](/packages/thalidzhokov-exchange-rates-cbrf)

PHPackages © 2026

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