PHPackages                             sebacarrasco93/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. sebacarrasco93/kaataa

Abandoned → [improvephp/kaataa](/?search=improvephp%2Fkaataa)Project[Testing &amp; Quality](/categories/testing)

sebacarrasco93/kaataa
=====================

Start practicing code katas and improving your skills

1.0.2(2y ago)136MITPHPPHP ^8.1

Since Sep 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sebacarrasco93/kaataa)[ Packagist](https://packagist.org/packages/sebacarrasco93/kaataa)[ RSS](/packages/sebacarrasco93-kaataa/feed)WikiDiscussions dev Synced 3d ago

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

[![](https://camo.githubusercontent.com/9a48acd6186332bda0eba47d89b5e4e55ed23d7a378a6e6405ec2eb2c584a67e/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f73757065722d61646d696e2f696d6167652f75706c6f61642f76313639353234353539372f7068702d7061636b616765732f6b61617461612f4b61617461615f76312e302e302e706e67)](https://github.com/sebacarrasco93/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 sebacarrasco93/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

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56bd71b023559779be29a38ac1c178f70c793bc5014ab9748799071e3421ba9a?d=identicon)[sebacarrasco93](/maintainers/sebacarrasco93)

---

Top Contributors

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

---

Tags

phpphpunitmockerykatakaataa

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/sebacarrasco93-kaataa/health.svg)](https://phpackages.com/packages/sebacarrasco93-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)
