casweeney / php

Exercism exercises in PHP.

Home Page:http://exercism.io/languages/php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP

Build Status Codacy Badge

Exercism exercises in PHP

Install Dependencies

All dependencies

% make install

Only tests dependencies

% make install-test

Only style-check dependencies

% make install-style

Running Unit Test Suite

All Assignments

% make test

Single Assignment

% make test-assignment ASSIGNMENT=wordy

Running Style Checker

All Assignments

% make style-check

Single Assignment

% make style-check-assignment ASSIGNMENT=wordy

Help

If you need command line help for run make commands

% make

Contributing

About

Exercism exercises in PHP.

http://exercism.io/languages/php

License:MIT License


Languages

Language:PHP 98.7%Language:Makefile 1.0%Language:Shell 0.3%