idr0id / Papper

Papper is PHP convention-based object to object mapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Papper

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

About

Papper is PHP convention-based object to object mapper.

License:MIT License


Languages

Language:PHP 100.0%