mintware-de/dmm-json

DMM 的 JSON 功能

v1.0.1 2018-12-23 18:25 UTC

This package is auto-updated.

Last update: 2024-09-24 07:27:17 UTC


README

Travis Packagist GitHub license Packagist

DMM 的 JSON

本包为 mintware-de/data-model-mapper 提供JSON处理功能

安装

$ composer require mintware-de/dmm-json

使用

<?php

use Mintware\DMM\ObjectMapper;
use MintWare\DMM\Serializer\JsonSerializer;

$mapper = new ObjectMapper(new JsonSerializer());

更多使用技巧请查看 文档

测试

$ phpunit

贡献

请随意分支、贡献和创建拉取请求