PHPackages                             zalas/codeclub - 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. zalas/codeclub

AbandonedArchivedProject

zalas/codeclub
==============

A codeclub starting point

v1.0.3(9y ago)032MIT

Since Jan 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jakzal/codeclub)[ Packagist](https://packagist.org/packages/zalas/codeclub)[ RSS](/packages/zalas-codeclub/feed)WikiDiscussions master Synced 2mo ago

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

Code club
=========

[](#code-club)

Initialize your code club project:

```
composer create-project zalas/codeclub

```

3 Laws of TDD
-------------

[](#3-laws-of-tdd)

- Don’t write any code unless you are making a failing test pass
- Don’t add to the test more than enough to get a failure
- Only write enough code to make the one failing test to pass

4 Rules of Simple Design
------------------------

[](#4-rules-of-simple-design)

- All tests must run and pass
- Contains no duplication
- Express the intent of the programmer
- Minimise number of classes and methods

Code Kata
---------

[](#code-kata)

-
-
-

### String calculator

[](#string-calculator)

- Returns 0 when "0" is passed as a string
- Returns 0 when no arguments are passed
- Returns the bare number
- Returns the sum of space separated strings
- Returns the sum of white spaces separated string
- Returns the sum of string with any separator

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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 ~300 days

Total

4

Last Release

3592d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/012270929478a287f88353135a39d275db09c1856d344d0245e04df709879262?d=identicon)[jakzal](/maintainers/jakzal)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zalas-codeclub/health.svg)

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

PHPackages © 2026

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