mintware-de / json-object-mapper
A JSON to Object Mapper for PHP
Installs: 19 808
Dependents: 2
Suggesters: 0
Security: 0
Stars: 10
Watchers: 6
Forks: 6
Open Issues: 0
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