Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 496 Bytes

ValueObjects

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.