Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jolicode/automapper

:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
https://github.com/jolicode/automapper

ast automapper hacktoberfest php

Last synced: 15 days ago
JSON representation

:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation

Awesome Lists containing this project

README

        

# AutoMapper

The AutoMapper solves a simple problem: removing all the code you need to map one object to another. A boring code to
write and often replaced by less-performant alternatives like Symfony's Serializer.
## Quick Start 🚀

```shell
composer require jolicode/automapper
```

You can read more about this library and how to use it on the [documentation](https://jolicode.github.io/automapper/).
## Support

For support, please create an issue on [Github tracker](https://github.com/jolicode/automapper/issues)