2017 © Pedro Peláez
 

yii2-extension yii2-mongodb

MongoDB extension for the Yii framework

image

yiisoft/yii2-mongodb

MongoDB extension for the Yii framework

  • Monday, July 9, 2018
  • by cebe
  • Repository
  • 52 Watchers
  • 245 Stars
  • 269,485 Installations
  • PHP
  • 42 Dependents
  • 10 Suggesters
  • 172 Forks
  • 2 Open issues
  • 19 Versions
  • 9 % Grown

The README.md

, (*1)

MongoDB Extension for Yii 2


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

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

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

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

Installation

This extension requires MongoDB PHP Extension version 1.0.0 or higher., (*6)

This extension requires MongoDB server version 3.0 or higher., (*7)

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

Either run, (*9)

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

or add, (*10)

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

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

Configuration

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

return [
    //....
    'components' => [
        'mongodb' => [
            'class' => '\yii\mongodb\Connection',
            'dsn' => 'mongodb://localhost:27017/mydatabase',
            'options' => [
                "username" => "Username",
                "password" => "Password"
            ]
        ],
    ],
];

The Versions

09/07 2018

2.2.x-dev

2.2.9999999.9999999-dev

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

04/05 2018

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 gridfs

30/03 2018

2.1.7

2.1.7.0

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

13/02 2018

2.1.6

2.1.6.0

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

03/11 2017

2.1.5

2.1.5.0

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

23/06 2017

2.1.4

2.1.4.0

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

15/02 2017

2.1.3

2.1.3.0

MongoDB extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record gridfs

31/10 2016

2.1.2

2.1.2.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

29/08 2016

2.1.1

2.1.1.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

27/06 2016

2.1.0

2.1.0.0

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

27/06 2016

2.0.x-dev

2.0.9999999.9999999-dev

MongoDb extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Paul Klimov

mongodb yii2 mongo active-record

09/05 2016

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