Umbraco Mapper has been developed to support a more pure MVC approach to building Umbraco applications. It provides functions for mapping Umbraco and other data sources to custom view models, which are then in turn passed to the views.
There two are versions of the package supporting both Umbraco 6, 7 and 8.
For version 8 please use:
Umbraco_Mapper_4.X.X.zip
Due to breaking changes in Umbraco 8.1, version 4.1.0 or higher of the package must be used.
For versions 6 or 7 please use:
Umbraco_Mapper_3.X.X.zip
These package files which have no dependencies other than on the Umbraco core binaries. They provides all the mapping operations.
Umbraco_Mapper_Custom_Mapping_for_DAMP_X.X.X.zip - is an add-on providing a custom mapping for DAMP models. It has dependencies on the mapper itself and the DAMP property editor converter (which is included). It's compatibly only with Umbraco 6 and 7
If preferred, you can also install the package via Nuget:
PM> Install-Package UmbracoMapper
PM> Install-Package UmbracoMapperCustomMapperForDAMP
For more details on use, examples, version history and to review the code see: https://github.com/AndyButland/UmbracoMapper