https://github.com/ytake/hh-valueobjects
A Hack library/collection of classes / immutable objects!
https://github.com/ytake/hh-valueobjects
ddd hack hacklang valueobject
Last synced: 4 months ago
JSON representation
A Hack library/collection of classes / immutable objects!
- Host: GitHub
- URL: https://github.com/ytake/hh-valueobjects
- Owner: ytake
- License: mit
- Created: 2018-07-23T19:16:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T12:25:59.000Z (almost 6 years ago)
- Last Synced: 2025-10-09T19:38:22.278Z (4 months ago)
- Topics: ddd, hack, hacklang, valueobject
- Language: Hack
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HHValueObjects
Supported Only HHVM/Hack
[](https://travis-ci.org/ytake/hh-valueobjects)
[for PHP](https://github.com/ytake/valueobjects)
A Hack library/collection of classes aimed to help developers using and undestanding immutable objects.
## Requirements
*HHVM 4.35 or higher*
## install
```bash
composer require ytake/hh-valueobjects
```