idr0id / papper
Papper is PHP convention-based object to object mapper
Installs: 24 939
Dependents: 1
Suggesters: 0
Security: 0
Stars: 48
Watchers: 5
Forks: 8
Open Issues: 3
Requires
- php: >=5.3.3
- andrewsville/php-token-reflection: ~1.3
- symfony/property-access: ~2.4|^3.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-14 03:09:01 UTC
README
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
Composer Installation
{ "require": { "idr0id/papper": "~1.0.0" } }
Through terminal: composer require idr0id/papper:~1.0