Download the PHP package meklis/array-to-object-mapper without Composer
On this page you can find all versions of the php package meklis/array-to-object-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download meklis/array-to-object-mapper
More information about meklis/array-to-object-mapper
Files in meklis/array-to-object-mapper
Download meklis/array-to-object-mapper
More information about meklis/array-to-object-mapper
Files in meklis/array-to-object-mapper
Vendor meklis
Package array-to-object-mapper
Short Description Easy mapper array to nested objects
License MIT
Package array-to-object-mapper
Short Description Easy mapper array to nested objects
License MIT
Please rate this library. Is it a good library?
Informations about the package array-to-object-mapper
Simple mapper to objects from array
Features:
- Map nested structures
- Work with doc comments
- Detecting variable type from @var declaration
- Working with private and protected properties
- Strict mode allow check variable type (only for basic types)
- Working with map|array of objects
- Auto detect and map properties with camelCase and snake_case
Install
Usage example
See full example of usage in src/example
ParentClass.php
Child.php
classes.json
test.php - Testing file
All versions of array-to-object-mapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7
The package meklis/array-to-object-mapper contains the following files
Loading the files please wait ....