2017 © Pedro Peláez
 

yii2-extension yii2-mongodb

MongoDb extension for the Yii framework for Windows 10 PHP 5.6

image

mootensai/yii2-mongodb

MongoDb extension for the Yii framework for Windows 10 PHP 5.6

  • Tuesday, June 28, 2016
  • by mootensai
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 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.0.0 or higher., (*5)

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

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

Either run, (*8)

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

or add, (*9)

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

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

Configuration

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

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

The Versions

28/06 2016

dev-master

9999999-dev

MongoDb extension for the Yii framework for Windows 10 PHP 5.6

  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