mintware-de / json-object-mapper
This package is abandoned and no longer maintained.
The author suggests using the mintware-de/data-model-mapper package instead.
A JSON to Object Mapper for PHP
v1.2.1
2018-12-02 20:23 UTC
Requires
- php: >=5.6
- ext-json: *
- doctrine/annotations: ^1.4.0
Requires (Dev)
- phpunit/phpunit: ~5.7
README
JOM - JSON Object Mapper
⚠️ Package is abandoned ⚠️
This package is not maintained anymore.
Consider to use the new package mintware-de/data-model-mapper and read the Upgrade Guide.
JOM is a powerful object mapper which maps JSON Data into PHP objects.
Installation
You can install this library using composer
$ composer require mintware-de/json-object-mapper
Usage
Check out the documentation
Testing
$ phpunit
Contribute
Feel free to fork, contribute and create pull requests