Exercism exercises in PHP
% make install
% make install-test
% make install-style
% make test
% make test-assignment ASSIGNMENT=wordy
% make style-check
% make style-check-assignment ASSIGNMENT=wordy
If you need command line help for run make commands
% make
- Follow the PSR-2 coding style (PHP uses a slightly modified version of PSR-2).
- Follow the contributing guide.