2dotstwice/collection
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library for creating collection classes with strict typing.
Maintainers
v1.0
2015-09-18 17:46 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 e9c904ec9e1c31d71e9558b6245f66ee4a986873
- Bert Ramakers <bert.woop@2dotstwice.be>
This package is not auto-updated.
Last update: 2025-07-05 23:03:24 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.
