qubus / valueobjects
A PHP library of immutable objects to use in Domain Driven Design.
v4.1.2
2026-08-05 01:02 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)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-05 01:13:26 UTC
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.