Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

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

关于 About

🚀 Very FAST 🚀 PHP AutoMapper with on the fly code generation
astautomapperhacktoberfestphp

语言 Languages

PHP98.9%
Twig1.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
129
Total Commits
峰值: 16次/周
Less
More

核心贡献者 Contributors