mintware-de/dmm-json

JSON functionality for DMM

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

This package is auto-updated.

Last update: 2024-04-24 06:36:38 UTC


README

Travis Packagist GitHub license Packagist

JSON for DMM

This package provides JSON handling for mintware-de/data-model-mapper

Installation

$ composer require mintware-de/dmm-json

Usage

<?php

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

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

For more usage tips check the documentation

Testing

$ phpunit

Contribute

Feel free to fork, contribute and create pull requests