PHP Classes

File: doc/1-installation.md

Recommend this page to a friend!
  Classes of Xavier Pérez   XMongoDB   doc/1-installation.md   Download  
File: doc/1-installation.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: XMongoDB
Build and execute queries to a MongoDB database
Author: By
Last change: Chnages manual
Date: 8 years ago
Size: 291 bytes
 

Contents

Class file image Download

Installation

If you are using composer, add to your composer.json:

{
  "require":
  {
    "phpclasses/xmongodb": ">=1.0"
  },
  "repositories":
  [
    {
      "type": "composer",
      "url": "http:\/\/www.phpclasses.org\/"
    },
    {
      "packagist": false
    }
  ]
}