mintware-de/dmm-json

JSON functionality for DMM

Installs: 87 633

Dependents: 1

Suggesters: 1

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/mintware-de/dmm-json

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

This package is auto-updated.

Last update: 2025-09-24 09:26:15 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