Download the PHP package wundii/data-mapper without Composer
On this page you can find all versions of the php package wundii/data-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
wundii/data-mapper
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package data-mapper
Wundii\Data-Mapper
This is a modern php 8.2+ mapper relies on strict data types, dependency capability and convenient processing for mapping xml, json and arrays into objects.
Features
- Mapping source data into objects
- Mapping source data with a list of elements into a list of objects
- Initialize object via constructor, properties or methods
- Map nested objects, arrays of objects
- Class mapping for interfaces or other classes
- Custom root element for starting with the source data
Supported Types
null
bool
|?bool
int
|?int
float
|?float
string
|?string
array
int[]
float[]
string[]
object[]
object
|?object
enum
|?enum
Supported Formats
array
json
xml
Installation
Require the bundle and its dependencies with composer:
composer require wundii/data-mapper
Usage
Minimal usage
Usage with custom configuration
ToDo`s
- [x]
ElementObjectResolver->CreateInstance(...)
private properties/methods - [ ] JsonSourceData phpstan issues
- [x] Smaller performance todos
All versions of data-mapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
ext-json Version *
ext-pcre Version *
ext-reflection Version *
ext-simplexml Version *
ext-spl Version *
ext-xml Version *
ext-json Version *
ext-pcre Version *
ext-reflection Version *
ext-simplexml Version *
ext-spl Version *
ext-xml Version *
The package wundii/data-mapper contains the following files
Loading the files please wait ....