2dotstwice/collection

Library for creating collection classes with strict typing.

v1.0 2015-09-18 17:46 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:12:38 UTC


README

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.