2dotstwice / value-objects
Classes, traits, interfaces, ... to work with value objects.
Installs: 5 957
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Requires
- php: >=7.1
Requires (Dev)
- phing/phing: ~2.11
- phpunit/phpunit: ~5.3
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-10-08 20:56:33 UTC
README
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]