idr0id/papper

Papper is PHP convention-based object to object mapper

1.1.2 2016-08-28 10:44 UTC

This package is auto-updated.

Last update: 2024-03-14 01:39:08 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads License

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.

Benchmarks

See the latest benchmarks

Composer Installation

{
  "require": {
    "idr0id/papper": "~1.0.0"
  }
}

Through terminal: composer require idr0id/papper:~1.0