mintware-de / dmm-json
JSON functionality for DMM
Installs: 61 569
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- ext-json: *
- mintware-de/data-model-mapper: ^1.0.0
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2024-10-24 07:36:22 UTC
README
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