PHPackages                             improvephp/kaataa - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. improvephp/kaataa

ActiveProject[Testing &amp; Quality](/categories/testing)

improvephp/kaataa
=================

Start practicing code katas and improving your skills

1.0.0(1y ago)08MITPHPPHP ^8.1

Since Sep 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/improvephp/kaataa)[ Packagist](https://packagist.org/packages/improvephp/kaataa)[ RSS](/packages/improvephp-kaataa/feed)WikiDiscussions dev Synced 1mo ago

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

[![](https://camo.githubusercontent.com/9a48acd6186332bda0eba47d89b5e4e55ed23d7a378a6e6405ec2eb2c584a67e/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f73757065722d61646d696e2f696d6167652f75706c6f61642f76313639353234353539372f7068702d7061636b616765732f6b61617461612f4b61617461615f76312e302e302e706e67)](https://github.com/improvephp/kaataa)

Kaataa
======

[](#kaataa)

😎 Improve your programming skills by solving challenges

✅ Verify your solutions with Unit Tests

💡 A really good start point to understanding TDD

What is a Kata?
---------------

[](#what-is-a-kata)

In programming, a kata is an exercise which helps you to enhance skills through practice and repetition.

If you want more information, please check [Awesome Katas](https://github.com/gamontal/awesome-katas#introduction).

Why Kaataa?
-----------

[](#why-kaataa)

Kaataa is a open source project heavily inspired in simplicity of [Laravel](https://laravel.com). With Kaataa, you can take advantage from Unit Tests.

It is supercharged with:

- PHPUnit
- Mockery
- Pest (soon)

Of course, it's also has the **dd** helper from [Symfony](https://symfony.com) for easy debugging while you get fun on it.

Requirements
------------

[](#requirements)

- PHP 8.1 or greater
- Composer 2

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

[](#installation)

```
composer create-project improvephp/kaataa {your_project_name}
```

Quick start
-----------

[](#quick-start)

Automatically create Class and Test files

```
php dojo create:kata {NameOfYourKata}
```

Another commands
----------------

[](#another-commands)

Want to make a only a class? No problem

```
php dojo make:class {ClassName}
```

Only a test? Of course

```
php dojo make:test {TestName}
```

Run tests
---------

[](#run-tests)

From composer (easier)

```
composer test
```

PHPUnit

```
./vendor/bin/phpunit
```

Video
-----

[](#video)

[![Check out the demo](https://camo.githubusercontent.com/9c98698811d7353a7c8b27b87adaa6235ab7e6f73e206e84d7ec6d7e2b69d7b8/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f53624e56746e6a4c777a452f302e6a7067)](https://www.youtube.com/watch?v=SbNVtnjLwzE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8db167a28f10b98467bb0416c136287e6f616a8ee52476ce21a96dc2cfe9ad57?d=identicon)[improvephp](/maintainers/improvephp)

---

Top Contributors

[![sebacarrasco93](https://avatars.githubusercontent.com/u/30738997?v=4)](https://github.com/sebacarrasco93 "sebacarrasco93 (53 commits)")

---

Tags

phpphpunitmockerykatakaataa

### Embed Badge

![Health badge](/badges/improvephp-kaataa/health.svg)

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

###  Alternatives

[nunomaduro/mock-final-classes

Allows mocking of final methods and classes in PHP.

113854.3k23](/packages/nunomaduro-mock-final-classes)[hot/phpunit-runner

The lib allows to watch phpunit tests

3066.9k4](/packages/hot-phpunit-runner)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

1783.0k34](/packages/robiningelbrecht-phpunit-coverage-tools)[phrozenbyte/phpunit-array-asserts

Provides various array-related PHPUnit assertions, primarily used for API testing.

1055.0k1](/packages/phrozenbyte-phpunit-array-asserts)[cable8mm/water-melon

Water Melon is simple melon.com api sdk for php

182.7k](/packages/cable8mm-water-melon)

PHPackages © 2026

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