yadddl / value-object
Yet another Value Object library
v0.8.0
2023-10-20 11:45 UTC
Requires
- php: >=8.2
- cuyz/valinor: ^1.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
- jetbrains/phpstorm-attributes: ^1.0
- pestphp/pest: ^2.5
- phpstan/phpstan: ^1.10
- vimeo/psalm: ^5.9
Suggests
- yadddl/serializer: In order to serialize the objects
README
Yet Another DDD Library
Value object
This library is a foundation in order to implement the Value Object pattern.
It helps you to introduce some DDD stuff in your projects without much effort but still in the right way. It provide yoi some basic and ready to use "primitives" and a simple serializer. It doesn't cover all the possibile use cases, then use it if you want, or contribute if you like what we are doing and want to expand it.
Usage
Requires PHP 8
composer require yadddl/value-object
NOT YET IN PACKAGIST, COMING SOON!