improvephp/kaataa
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project improvephp/kaataa
包简介
Start practicing code katas and improving your skills
README 文档
README
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?
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.
Why Kaataa?
Kaataa is a open source project heavily inspired in simplicity of Laravel. 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 for easy debugging while you get fun on it.
Requirements
- PHP 8.1 or greater
- Composer 2
Installation
composer create-project improvephp/kaataa {your_project_name}
Quick start
Automatically create Class and Test files
php dojo create:kata {NameOfYourKata}
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
From composer (easier)
composer test
PHPUnit
./vendor/bin/phpunit
Video
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-18