branberry / docs-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB PHP Library Documentation

This repository contains documentation regarding the MongoDB PHP Library. This documentation builds on the work of the MongoDB Manual.

Building the documentation requires giza.

If you already have giza installed, you can download and build this documentation locally with the following command:

git clone git://github.com/mongodb/docs-php-library
cd docs-php-library/
make publish

View build/master/html/index.html to view your current build of the documentation.

If you have not installed giza, you can do so with pip.

To contribute to the documentation, please fork this repository on GitHub and issue a pull request. If you have not done so already, please sign the MongoDB/10gen Contributor Agreement.

All documentation is available under the terms of a Creative Commons License.

The MongoDB Documentation Project is governed by the terms of the MongoDB/10gen Contributor Agreement.

-- The MongoDB Docs Team

About


Languages

Language:Makefile 55.4%Language:Python 44.6%