https://github.com/chrisharrison/vo-generator
A PHP 7/8 value object generator
https://github.com/chrisharrison/vo-generator
Last synced: 9 months ago
JSON representation
A PHP 7/8 value object generator
- Host: GitHub
- URL: https://github.com/chrisharrison/vo-generator
- Owner: chrisharrison
- Created: 2019-11-18T12:12:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:33:02.000Z (over 3 years ago)
- Last Synced: 2025-05-22T07:55:30.376Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vo-generator
A PHP 7/8 value object generator.
[](https://travis-ci.org/chrisharrison/vo-generator)
[](https://packagist.org/packages/chrisharrison/vo-generator)
## Compatibility ##
* PHP 7 compatibility: 1.x.x
* PHP 8 compatibility: 2.x.x
## Installation ##
Through Composer, obviously:
```
composer require chrisharrison/vo-generator
```
## Acknowledgements
This library is inspired by James Sanders' [valueobject-generator](https://github.com/funeralzone/valueobject-generator).
VOML syntax is loosely based on GraphQL.
## Documentation
Documentation is available on the [wiki](https://github.com/chrisharrison/vo-generator/wiki).