2017 © Pedro Peláez
 

library mongodb-bundle

Symfony GlavwebMongoDBBundle.

image

glavweb/mongodb-bundle

Symfony GlavwebMongoDBBundle.

  • Wednesday, May 3, 2017
  • by nilov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Installation

Get the bundle using composer

Add GlavwebMongoDBBundle by running this command from the terminal at the root of your Symfony project:, (*1)

php composer.phar require glavweb/mongodb-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*2)

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Glavweb\MongoDBBundle\GlavwebMongoDBBundle(),
        // ...
    );
}

Configure the bundle


glavweb_mongo_db: host: "%mongodb_host%" dbname: "%mongodb_dbname%" user: "%mongodb_user%" password: "%mongodb_password%"

The Versions

03/05 2017

dev-master

9999999-dev

Symfony GlavwebMongoDBBundle.

  Sources   Download

The Requires

 

03/05 2017

v0.1.0

0.1.0.0

Symfony GlavwebMongoDBBundle.

  Sources   Download

The Requires