📄️ Profiles
In PHP AutoMapper, a Profile is a class where you can group related mappings. Using Profiles can help you manage your mappings in a more organized and maintainable way.
📄️ Naming Conventions
Naming conventions in PHP AutoMapper are instrumental in establishing a clear and consistent mapping
📄️ Nested Mappings
Nested mappings allow you to map nested objects from a source object to a destination object.
📄️ Arrays and Collections
Arrays
📄️ Construction
In the AutoMapper library, you can configure the construction or instantiation of objects using a TypeFactory. This is particularly useful when dealing with interfaces or any objects that cannot be instantiated directly.
📄️ Mapping Inheritance
Inheritance of base class configuration is not automatic, it requires explicit opt-in.