Skip to content

ihortymoshenko/IMTObjectMapper

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages