承接 jolicode/automapper 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jolicode/automapper

最新稳定版本:10.0.0

Composer 安装命令:

composer require jolicode/automapper

包简介

JoliCode AutoMapper

README 文档

README

automapper
AutoMapper
A blazing fast Data Mapper for PHP.

PHP Version Require Monthly Downloads

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 🚀

  1. Install:
composer require jolicode/automapper
  1. 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



JoliCode is sponsoring this project

统计信息

  • 总下载量: 344.71k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 199
  • 点击次数: 1
  • 依赖项目数: 7
  • 推荐数: 0

GitHub 信息

  • Stars: 198
  • Watchers: 15
  • Forks: 22
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-12