https://github.com/ytake/valueobjects
A PHP library/collection of classes / immutable objects!
https://github.com/ytake/valueobjects
ddd php valueobject
Last synced: 4 months ago
JSON representation
A PHP library/collection of classes / immutable objects!
- Host: GitHub
- URL: https://github.com/ytake/valueobjects
- Owner: ytake
- License: mit
- Created: 2017-04-19T13:44:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T14:47:04.000Z (almost 4 years ago)
- Last Synced: 2024-11-26T01:34:05.631Z (about 1 year ago)
- Topics: ddd, php, valueobject
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 60
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
ValueObjects
============
[](https://travis-ci.org/ytake/valueobjects)
[](https://coveralls.io/r/ytake/valueobjects?branch=master)
[](https://scrutinizer-ci.com/g/ytake/valueobjects/?branch=master)
[](https://packagist.org/packages/ytake/valueobjects)
[](https://packagist.org/packages/ytake/valueobjects)
[](https://packagist.org/packages/ytake/valueobjects)
[](https://styleci.io/repos/88750136)
[](https://www.codacy.com/app/yuuki-takezawaOrganization/valueobjects?utm_source=github.com&utm_medium=referral&utm_content=ytake/valueobjects&utm_campaign=Badge_Grade)
[](https://insight.sensiolabs.com/projects/414e9e8f-4854-43b4-8c98-5d248e803bb3)
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.
This is fork of the educational package nicolopignatelli/valueobjects that aims to provide more functionality for basic tasks and act as a object oriented wrapper for PHP types.
# Install
required >= PHP 7.0
```bash
$ composer require ytake/valueobjects
```