marvinwank / vog
A simple php value object generator
2.5.2
2022-01-28 15:13 UTC
Requires
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2026-07-29 02:19:17 UTC
README
vog is a zero-dependency Object-Oriented PHP Preprocessor that generates value objects based on vog definitions. The syntax is not inspired by Haskell and thus readable.
Credits
This is basically a ripoff of https://github.com/prolic/fpp, but rewritten from scratch, with less fancy but readable code, high test coverage and proper documentation.
Documentation
Read the docs here