GitHub - MerlinOfDrake/php: Exercism exercises in PHP.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.

Resources

Readme

License

MIT license

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages

  • PHP 98.7%
  • Other 1.3%