Skip to content

mintware-de/dmm-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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