nofutur3/value-object

Collection of value objects for PHP

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

This package is auto-updated.

Last update: 2024-03-29 03:50:33 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.