qubus / valueobjects
A PHP library of immutable objects to use in Domain Driven Design.
v3.0.4
2025-08-24 01:33 UTC
Requires
- php: >=8.2
- laravie/geotools: ^1.2
- marc-mabe/php-enum: ^4
- moneyphp/money: ^4
- nesbot/carbon: ^3
- qubus/exception: ^3
- ramsey/uuid: ^4.3
- tuupola/base32: ^2.0
Requires (Dev)
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.