nofutur3 / value-object
Collection of value objects for PHP
dev-master
2019-02-02 10:07 UTC
Requires
- php: >=7.1
Requires (Dev)
- codeception/codeception: ^2.5
- friendsofphp/php-cs-fixer: ^2.10
- phpstan/phpstan: ^0.11.1
This package is auto-updated.
Last update: 2024-10-29 05:28:41 UTC
README
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.