wdalmut/frankie-serialize-module

Frankie serialization/normalization module

Maintainers

Package info

github.com/mary-shelley/serialize-module

pkg:composer/wdalmut/frankie-serialize-module

Statistics

Installs: 14

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 09:12:22 UTC


README

Add serialize/unserialize features to your project

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