qubus / valueobjects
A PHP library of immutable objects to use in Domain Driven Design.
v3.0.3
2023-09-04 02:38 UTC
Requires
- php: >=8.2
- laravie/geotools: ^1.2
- marc-mabe/php-enum: ^4.7
- moneyphp/money: ^4.0
- nesbot/carbon: ^2
- qubus/exception: ^3.0
- ramsey/uuid: ^4.3
- tuupola/base32: ^2.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^9.0
- qubus/qubus-coding-standard: ^1.1
- squizlabs/php_codesniffer: ^3.5
- symfony/var-dumper: ^5.3
README
A PHP library of immutable objects to use in Domain Driven Design.
This is fork of ytake/valueobjects. The difference with this libary is that DateTime is using Carbon.
Requirements
- PHP 8.2+
Install
$ composer require qubus/valueobjects
Testing
$ composer test
License
Released under the MIT License.