jolicode/automapper
最新稳定版本:10.0.0
Composer 安装命令:
composer require jolicode/automapper
包简介
JoliCode AutoMapper
README 文档
README
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
统计信息
- 总下载量: 344.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 199
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-12