buzzingpixel/valueobject-ext

Some routine value objects for use with funeralzone/valueobjects.

1.0.0 2023-04-04 14:23 UTC

This package is auto-updated.

Last update: 2024-04-04 16:46:51 UTC


README

Some routine value objects for use with funeralzone/valueobjects.

Forked from https://github.com/padosoft/valueobject-ext because that package is not on GitHub but provides PHP 8 compatibility and some bug fixes to the orignal package.

Requirements

Requires PHP >=8.0

Installation

Through Composer, obviously:

composer require buzzingpixel/valueobject-ext

Purpose

This package provides some useful value object helpers for common values (e.g. UUIDs). It's for use in conjunction with the funeralzone/valueobjects package.

List of value object helpers

DATETIME

  • Date
  • Time
  • RFC3339 datetime

STRING

  • String
  • Nullable String

INTERNET

  • Email
  • Nullable Email
  • Email With Alias
  • Set Of Emails
  • Set Of Nullable Emails
  • Set Of Emails With Alias
  • Domain
  • Hostname
  • IPAddress
  • IPAddress V4
  • IPAddress V6
  • IPAddress Version
  • Uri
  • Nullable Uri
  • Set Of Uri
  • Device
  • Device Version
  • Device With Unknown
  • Device Version With Unknown

INTERNATIONALIZATION

  • ISO Alpha 2 Country Code
  • ISO Alpha 3 Country Code

PHONE NUMBER

  • Phone Number Type
  • Phone Number
  • Mobile Number
  • Fixed Number
  • Nullble Phone Number
  • Nullble Mobile Number
  • Nullble Fixed Number

MISCELLANEOUS

  • Money
  • Nullable Money
  • UUID
  • Generatable UUID
  • Array Defined Enum