2017 © Pedro Peláez
 

library mongo-adapter

MongoDB Abstract based on zfCommons

image

zf-hipsters/mongo-adapter

MongoDB Abstract based on zfCommons

  • Sunday, May 11, 2014
  • by sydnerdrage
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Mongo Adapter

The purpose of this module to create a mongodb mapper that is a straight replacement for the ZFCommons dbAbstract. This easily allows you to utilise MongoDb while still easily using entities, hydrators and mappers as well as exposing the native php client., (*1)

Installation

Added the following requirement to your projects composer.json file., (*2)

"zf-hipsters/mongo-adapter": "dev-master"

and run, (*3)

php ./composer.phar update, (*4)

Usage

You will need to copy the db.local.php.dist file to your /config/autoload folder and fill in your database details., (*5)

For an example implementation, please see my @aaronweatheralls ZfcUser MongoDB Plugin., (*6)

The Versions

11/05 2014

dev-fourmation

dev-fourmation https://github.com/zf-hipsters/mongo-adapter

MongoDB Abstract based on zfCommons

  Sources   Download

The Requires

 

mongodb framework zf2 mongo zfcommons dbabstract

01/12 2013

dev-master

9999999-dev https://github.com/zf-hipsters/mongo-adapter

MongoDB Abstract based on zfCommons

  Sources   Download

The Requires

 

mongodb framework zf2 mongo zfcommons dbabstract

01/12 2013

v1.0.0

1.0.0.0 https://github.com/zf-hipsters/mongo-adapter

MongoDB Abstract based on zfCommons

  Sources   Download

The Requires

 

mongodb framework zf2 mongo zfcommons dbabstract