https://github.com/tanigami/value-objects-php
Yet another collection of Value Object implementation in PHP.
https://github.com/tanigami/value-objects-php
ddd php7 value-object
Last synced: 10 months ago
JSON representation
Yet another collection of Value Object implementation in PHP.
- Host: GitHub
- URL: https://github.com/tanigami/value-objects-php
- Owner: tanigami
- License: mit
- Created: 2017-11-27T15:39:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T05:38:56.000Z (about 7 years ago)
- Last Synced: 2025-03-24T09:46:51.779Z (11 months ago)
- Topics: ddd, php7, value-object
- Language: PHP
- Size: 56.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Value Objects
[](https://scrutinizer-ci.com/g/tanigami/specification-php/?branch=master)
[](https://scrutinizer-ci.com/g/tanigami/specification-php/?branch=master)
[](https://scrutinizer-ci.com/g/tanigami/specification-php/build-status/master)
Yet another collection of [Value Object](https://martinfowler.com/bliki/ValueObject.html) implementation in PHP.
- Geo
- Country
- Latitude
- Longitude
- Japan
- Region
- Prefecture
- PrefectureSuffix
- Money
- Currency
- Money
- Time
- Date
- TimeLength
- TimeOfDay
- TimeRange
- TimeRangeOfDay
- Web
- Email
- EmailAddress
- EmailAttachment
- HttpMethod
- IpAddressV4
- IpAddressV6
- Url
## Installation
```
$ composer require tanigami/value-objects
```