imt / object-mapper
This library provides a simple, powerful and fully customizable tool for mapping objects to non-relational databases
Requires
- php: >=5.3.2
- ext-mongo: >=1.3.4
Requires (Dev)
- phploc/phploc: 2.*
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: v0.6.1
- squizlabs/php_codesniffer: 1.*
This package is not auto-updated.
Last update: 2024-11-05 03:18:52 UTC
README
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.