wdalmut/frankie-serialize-module

Frankie 序列化/规范化模块

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

This package is not auto-updated.

Last update: 2024-09-15 02:26:01 UTC


README

将序列化/反序列化功能添加到您的项目中

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