qubus / valueobjects
A PHP library of immutable objects to use in Domain Driven Design.
v4.1.1
2026-02-06 01:26 UTC
Requires
- php: >=8.4
- laravie/geotools: ^1
- marc-mabe/php-enum: ^4
- moneyphp/money: ^4
- nesbot/carbon: ^2
- qubus/exception: ^4
- ramsey/uuid: ^4
- tuupola/base32: ^2
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.4+
Install
$ composer require qubus/valueobjects
Testing
$ composer test
License
Released under the MIT License.