jolicode / automapper
JoliCode AutoMapper
Installs: 1 799
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 8
Forks: 1
Open Issues: 8
Requires
- php: ^8.2
- doctrine/inflector: ^1.4 || ^2.0
- nikic/php-parser: ^4.0
- symfony/property-info: ^5.3 || ^6.0
- symfony/serializer: ^5.1 || ^6.0
Requires (Dev)
- doctrine/annotations: ~1.0
- moneyphp/money: ^3.0
- phpdocumentor/reflection-docblock: ^3.0 || ^4.0 || ^5.0
- phpunit/phpunit: ^8.0
- symfony/filesystem: ^5.3 || ^6.0
- symfony/http-kernel: ^5.3 || ^6.0
- symfony/uid: ^5.2 || ^6.0
Suggests
- doctrine/annotations: Docblock Annotations Parser
- phpdocumentor/reflection-docblock: Allow to extract informations from PHP Doc blocks
Conflicts
- nikic/php-parser: <4.0.4
- symfony/property-info: 5.1.6 || 5.1.7
- symfony/serializer: <4.2
This package is auto-updated.
Last update: 2023-12-04 09:18:08 UTC
README
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 🚀
composer require jolicode/automapper
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