/value-objects-php

Yet another collection of Value Object implementation in PHP.

Primary LanguagePHPMIT LicenseMIT

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