2dotstwice/value-objects
Classes, traits, interfaces, ... to work with value objects.
Maintainers
v2.0
2018-02-14 13:59 UTC
Requires
- php: >=7.1
Requires (Dev)
- phing/phing: ~2.11
- phpunit/phpunit: ~5.3
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 7a52acc05f24381bdcdf0abbba21e113c2e8c374
- Bert Ramakers <bert.woop@2dotstwice.be>
This package is auto-updated.
Last update: 2026-06-09 00:50:01 UTC
README
👁 Build Status
👁 Coverage Status
Description
A collection of classes, interfaces, and traits to facilitate working with value objects. The primary goal is to enable developers to easily create their own value objects. While we might provide some common value objects in the future, right now we're focusing on providing the building blocks for your own value objects.
Requirements
- v1.0: PHP 5.6+
- v2.0: PHP 7.1+
Installation
composer install 2dotstwice/value-objects
Usage
[Coming soon]
