2017 © Pedro Peláez
 

yii2-extension yii2-mongodb

MongoDb extension for the Yii framework

image

hardsetting/yii2-mongodb

MongoDb extension for the Yii framework

  • Friday, January 15, 2016
  • by hardsetting
  • Repository
  • 1 Watchers
  • 4 Stars
  • 4,510 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 172 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

MongoDb Extension for Yii 2

This extension provides the MongoDB integration for the Yii framework 2.0., (*1)

For license information check the LICENSE-file., (*2)

Documentation is at docs/guide/README.md., (*3)

Latest Stable Version Total Downloads Build Status, (*4)

Installation

This extension requires MongoDB PHP Extension version 1.5.0 or higher., (*5)

The preferred way to install this extension is through composer., (*6)

Either run, (*7)

php composer.phar require --prefer-dist yiisoft/yii2-mongodb

or add, (*8)

"yiisoft/yii2-mongodb": "~2.0.0"

to the require section of your composer.json., (*9)

Configuration

To use this extension, simply add the following code in your application configuration:, (*10)

return [
    //....
    'components' => [
        'mongodb' => [
            'class' => '\yii\mongodb\Connection',
            'dsn' => 'mongodb://developer:password@localhost:27017/mydatabase',
        ],
    ],
];

The Versions

15/01 2016

dev-master

9999999-dev

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

15/01 2016

2.0.6

2.0.6.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

20/12 2015

dev-56-new-mongodb-driver

dev-56-new-mongodb-driver

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

17/12 2015

2.0.5

2.0.5.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

11/05 2015

2.0.4

2.0.4.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

01/03 2015

2.0.3

2.0.3.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

11/01 2015

2.0.2

2.0.2.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

07/12 2014

2.0.1

2.0.1.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

12/10 2014

2.0.0

2.0.0.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

28/09 2014

2.0.0-rc

2.0.0.0-RC

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

13/04 2014

2.0.0-beta

2.0.0.0-beta

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record