Skip to content

noodlesegg/php

 
 

Repository files navigation

PHP

Build Status

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.6%
  • Makefile 1.1%
  • Shell 0.3%