mamchenkov.net
AutoMapper – Declarative data mapper for PHP 7
AutoMapper can map data from array/object to existing array/object or marshal a new one. Mapping rules specified in declarative way using three simple definitions: From definition (From::create or via short function from) — maps single field from source to target. Supports chainable functions: ->convert(callable $callable) — converts input value to another one via any callable; ->trim() — trims value to … Continue reading AutoMapper – Declarative data mapper for PHP 7