wdalmut/frankie-serialize-module

Frankie serialization/normalization module

dev-master 2017-07-21 07:54 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:07:27 UTC


README

Add serialize/unserialize features to your project

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