Skip to content
/ vog Public

php code generator for immutable value objects

License

Notifications You must be signed in to change notification settings

MarvinWank/vog

Repository files navigation

vog - value object generator

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