2dotstwice / collection
Library for creating collection classes with strict typing.
Installs: 18 199
Dependents: 5
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
Requires (Dev)
- phing/phing: ~2.11
- phpunit/php-token-stream: 1.4.6
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-10-26 19:21:26 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
.