Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
/ MongoDBBundle Public archive

An experimental Symfony 2.x Bundle for using Doctrine\ODM\MongoDB

Notifications You must be signed in to change notification settings

poulikov/MongoDBBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README
====

An experimental Symfony 2.x Bundle for using Doctrine\ODM\MongoDB


INSTALL
====

  git clone git://github.com/poulikov/MongoDBBundle.git src/Bundle/MongoDBBundle

edit {application_name}/config/config.yml

  ..
  mongo.odm: ~

  OR

  mongo.odm:
    connection: 'mongodb://localhost:27017'
    params: { connected: true }

Thats it!

About

An experimental Symfony 2.x Bundle for using Doctrine\ODM\MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages