fivelab/model-transformer

This package is abandoned and no longer maintained. No replacement package was suggested.

Transform object to another objects

v1.0.5 2016-04-17 08:46 UTC

This package is not auto-updated.

Last update: 2017-08-16 12:51:47 UTC


README

With this package you can transformer objects to another objects.

Installation

Add FiveLab/ModelTransformer in your composer.json:

{
    "require": {
        "fivelab/model-transformer": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivelab/model-transformer