https://github.com/g4code/value-object
Value objects
https://github.com/g4code/value-object
ddd php php7 value-object
Last synced: about 1 month ago
JSON representation
Value objects
- Host: GitHub
- URL: https://github.com/g4code/value-object
- Owner: g4code
- License: mit
- Created: 2017-05-11T09:01:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T13:33:28.000Z (12 months ago)
- Last Synced: 2025-03-26T03:03:52.646Z (11 months ago)
- Topics: ddd, php, php7, value-object
- Language: PHP
- Homepage:
- Size: 320 KB
- Stars: 6
- Watchers: 10
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
value-object
======
> value-object - [php](http://php.net) library
[](https://travis-ci.org/g4code/value-object)
## Install
Via Composer
```sh
composer require g4/value-object
```
## Usage
## Development
### Install dependencies
$ composer install
### Run tests
$ make unit-tests
## License
(The MIT License)
see LICENSE file for details...