Sha256: 4130bcfdc68b1dec49f404b77bae98545e9e0a7d9f5c4c99e8e95d8d19d85027

Contents?: true

Size: 1.07 KB

Versions: 83

Compression:

Stored size: 1.07 KB

Contents

# xPHP

[![Build Status](https://travis-ci.org/exercism/xphp.svg?branch=master)](https://travis-ci.org/exercism/xphp)

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

- Follow the [PSR-2] coding style (xPHP uses a slightly [modified] version of [PSR-2]).
- Follow the [contributing guide].



[PSR-2]: http://www.php-fig.org/psr/psr-2
[contributing guide]: https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data
[@group annotation]: http://phpunit.de/manual/4.1/en/appendixes.annotations.html#appendixes.annotations.group
[modified]: phpcs-xphp.xml

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
trackler-2.1.0.27 tracks/php/README.md
trackler-2.1.0.26 tracks/php/README.md
trackler-2.1.0.25 tracks/php/README.md