Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 255 Bytes

Frankie Serialization/Deserialization Module

Add serialize/unserialize features to your project

[
    ...,
    new NormalizeModule([
        'cache' => '/tmp/normalize_module_cache',
        'debug' => true, // false for caching
    ]),
]