2017 © Pedro Peláez
 

library object-mapper

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

image

imt/object-mapper

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

  • Tuesday, February 10, 2015
  • by IgorTimoshenko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status Dependencies Status, (*1)

IMTObjectMapper

Overview

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

Installation

To install IMTObjectMapper with Composer just add the following to your composer.json file:, (*3)

{
    "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:, (*4)

$ php composer.phar update imt/object-mapper

Now, Composer will automatically download all required files, and install them for you., (*5)

Usage

..., (*6)

Testing

$ make test

Contributing

Please see CONTRIBUTING for details., (*7)

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., (*8)

The Versions

10/02 2015

dev-master

9999999-dev http://github.com/IgorTimoshenko/IMTObjectMapper

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

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • ext-mongo >=1.3.4

 

The Development Requires

mongodb database odm persistence