wdalmut/frankie-serialize-module

Frankie serialization/normalization module

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wdalmut/frankie-serialize-module

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

This package is not auto-updated.

Last update: 2025-09-28 07:16:27 UTC


README

Add serialize/unserialize features to your project

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