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
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: 2025-09-29 01:56:11 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.