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: 5 months ago
JSON representation
:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
- Host: GitHub
- URL: https://github.com/jolicode/automapper
- Owner: jolicode
- License: mit
- Created: 2023-09-09T10:26:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-04T09:54:18.000Z (6 months ago)
- Last Synced: 2025-08-04T13:23:07.890Z (6 months ago)
- Topics: ast, automapper, hacktoberfest, php
- Language: PHP
- Homepage: https://automapper.jolicode.com/
- Size: 1.38 MB
- Stars: 190
- Watchers: 15
- Forks: 19
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
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)