Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
AutoMapper
A blazing fast Data Mapper for PHP.
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 🚀
- Install:
composer require jolicode/automapper
- Use it:
$mapper = AutoMapper::create(); $target = $mapper->map($data, Target::class);
You can read more about this library and how to use it on the documentation.
Support
For support, please create an issue on Github tracker
