fivepercent/converter

Convert method parameters and object properties

v1.0.1 2015-06-24 07:31 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:20 UTC


README

Converter (Property and Parameter)

Property & Parameter Converter

With this package you can convert method parameters and properties of object.

Installation

Add FivePercent/Converter in your composer.json:

{
    "require": {
        "fivepercent/converter": "~1.0"
    }
}

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

$ php composer.phar update fivepercent/converter