Skip to content

PHP library for creating collection classes with strict typing.

Notifications You must be signed in to change notification settings

2dotstwice/php-collection

Repository files navigation

PHP library for creating collection classes with strict typing.

Contributing

Run a full test (lint check, coding standards check and unit tests) with ./vendor/bin/phing test.

In order to automatically run a full test when committing to git, install the included git hooks hook with ./vendor/bin/phing githooks.