Papper is PHP convention-based object to object mapper.
This is library to automatically map the properties and methods between objects. Heavily inspirited by Automapper and ModelMapper.
{
"require": {
"idr0id/papper": "~1.0.0"
}
}
Through terminal: composer require idr0id/papper:~1.0