Download the PHP package mike-roetgers/data-mapper without Composer
On this page you can find all versions of the php package mike-roetgers/data-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mike-roetgers/data-mapper
More information about mike-roetgers/data-mapper
Files in mike-roetgers/data-mapper
Download mike-roetgers/data-mapper
More information about mike-roetgers/data-mapper
Files in mike-roetgers/data-mapper
Vendor mike-roetgers
Package data-mapper
Short Description Simple data mapper
License MIT
Homepage https://github.com/MikeRoetgers/data-mapper.git
Package data-mapper
Short Description Simple data mapper
License MIT
Homepage https://github.com/MikeRoetgers/data-mapper.git
Please rate this library. Is it a good library?
Informations about the package data-mapper
Simple Data Mapper
A simple data mapper that can support you mapping entities to other formats like arrays or JSON and the other way around.
Usage
The mapper can translate attribute names between the entity and other formats.
Requirements
The data mapper expects your entities to have setters and getters, e.g. $yourEntity->setName('Name') or $yourEntity->getName().
All versions of data-mapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package mike-roetgers/data-mapper contains the following files
Loading the files please wait ....