tanigami/value-objects

Yet another collection of Value Object implementation in PHP.

Installs: 3 540

Dependents: 2

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/tanigami/value-objects

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

This package is auto-updated.

Last update: 2025-09-29 02:06:37 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