nofutur3/value-object

Collection of value objects for PHP

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nofutur3/value-object

dev-master 2019-02-02 10:07 UTC

This package is auto-updated.

Last update: 2025-09-29 01:56:11 UTC


README

Build Status Downloads this Month Latest stable

Collection of ready to use value objects for PHP.

Installation

composer req nofutur3/value-object

Collection of value objects

  • Address\PostalCode
  • User\Email

Prepare your own value object

Modify value object

Contributing

Open an issue or send a pull request. PRs should contain tests for the added feature. Try to run composer ci before submitting the PR.