desarrolla2 / kata1
A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition
Requires
- php: >=5.6.0
- nikic/fast-route: ^1.0
- pimple/pimple: ^3.0
- twig/twig: ^1.24
- willdurand/negotiation: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is auto-updated.
Last update: 2024-10-15 21:04:47 UTC
README
A code kata is an exercise in programming which helps a programmer hone their skills through practice and repetition. The term was probably first coined by Dave Thomas, co-author of the book The Pragmatic Programmer, in a bow to the Japanese concept of kata in the martial arts.
Installation
Requires PHP 5.6 or newer.
You need Composer and Bower to run this project.
First install dependencies
$ composer install
This step is not mandatory, but this will install some assets.
$ bower install
And run PHP Build-in
$ cd web && php -S localhost:8001
Tests
Execute test suite running
vendor/bin/phpunit -c phpunit.xml.dist
or you can view travis-ci results here
Coding Style
We use Symfony2 Coding Standards you can fix your code running before send your PR
ant cs
This step requiere ant, php-cs-fixer and php-formatter installed in your system
You can see scrutinizer code rating here
License
This project is licensed under the MIT license.