idr0id/papper

Papper is PHP convention-based object to object mapper

Maintainers

Details

github.com/idr0id/Papper

Source

Issues

Installs: 26 115

Dependents: 1

Suggesters: 0

Security: 0

Stars: 48

Watchers: 5

Forks: 8

Open Issues: 3

pkg:composer/idr0id/papper

1.1.2 2016-08-28 10:44 UTC

This package is auto-updated.

Last update: 2025-09-14 05:13:43 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