tanigami/value-objects

Yet another collection of Value Object implementation in PHP.


Keywords
ddd, php7, value-object
License
MIT

Documentation

PHP Value Objects

Scrutinizer Code Quality Code Coverage Build Status

Yet another collection of Value Object implementation in PHP.

  • Geo
    • Country
    • Latitude
    • Longitude
    • Japan
      • Region
      • Prefecture
      • PrefectureSuffix
  • Money
    • Currency
    • Money
  • Time
    • Date
    • TimeLength
    • TimeOfDay
    • TimeRange
    • TimeRangeOfDay
  • Web
    • Email
    • EmailAddress
    • EmailAttachment
    • HttpMethod
    • IpAddressV4
    • IpAddressV6
    • Url

Installation

$ composer require tanigami/value-objects