imt/object-mapper

This library provides a simple, powerful and fully customizable tool for mapping objects to non-relational databases

dev-master 2015-02-10 09:11 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:37:54 UTC


README

Build Status Coverage Status Dependencies Status

IMTObjectMapper

Overview

This library provides a simple, powerful and fully customizable tool for mapping objects to non-relational databases.

Installation

1. Using Composer (recommended)

To install IMTObjectMapper with Composer just add the following to your composer.json file:

{
    "require": {
        "imt/object-mapper": "dev-master"
    }
}

Then, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located:

$ php composer.phar update imt/object-mapper

Now, Composer will automatically download all required files, and install them for you.

Usage

...

Testing

$ make test

Contributing

Please see CONTRIBUTING for details.

Credits

License

This library is released under the MIT license. See the complete license in the LICENSE file that is distributed with this source code.