2017 © Pedro Peláez
 

library mongolab-lite-utils

MongolabLiteUtils provides convenient wrapper methods for connecting to and using a mongolab database.

image

lostphilosopher/mongolab-lite-utils

MongolabLiteUtils provides convenient wrapper methods for connecting to and using a mongolab database.

  • Monday, January 26, 2015
  • by lostphilosopher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

mongolab-lite-utils

MongolabLiteUtils provides convenient wrapper methods for connecting to and using a mongolab database., (*1)

https://mongolab.com/, (*2)

MongolabLiteUtils Usage

use MongolabLiteUtils\MongolabLiteUtils;, (*3)

$mongo = new MongolabLiteUtils(getenv('MONGOLAB_URI'));, (*4)

$collection = $mongo->getCollection('collection_name');, (*5)

$collection->insert($record);, (*6)

$data = $collection->find();, (*7)

The Versions

26/01 2015

dev-master

9999999-dev

MongolabLiteUtils provides convenient wrapper methods for connecting to and using a mongolab database.

  Sources   Download

The Requires

  • php >=5.3.0

 

by Avatar lostphilosopher