tanigami/value-objects

Yet another collection of Value Object implementation in PHP.

v0.4.8 2019-01-29 05:38 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:13 UTC


README

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