An open API service indexing awesome lists of open source software.

https://github.com/subjective-php/mongodb-helper

Collection of classes to assist with various mongodb operations
https://github.com/subjective-php/mongodb-helper

Last synced: 8 months ago
JSON representation

Collection of classes to assist with various mongodb operations

Awesome Lists containing this project

README

          

# subjective-php/mongodb-helper

[![Latest Stable Version](https://poser.pugx.org/subjective-php/mongodb-helper/v/stable)](https://packagist.org/packages/subjective-php/mongodb-helper)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/mongodb-helper/v/unstable)](https://packagist.org/packages/subjective-php/mongodb-helper)
[![License](https://poser.pugx.org/subjective-php/mongodb-helper/license)](https://packagist.org/packages/subjective-php/mongodb-helper)

[![Total Downloads](https://poser.pugx.org/subjective-php/mongodb-helper/downloads)](https://packagist.org/packages/subjective-php/mongodb-helper)
[![Daily Downloads](https://poser.pugx.org/subjective-php/mongodb-helper/d/daily)](https://packagist.org/packages/subjective-php/mongodb-helper)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/mongodb-helper/d/monthly)](https://packagist.org/packages/subjective-php/mongodb-helper)

## Requirements

subjective-php/mongodb-helper requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/mongodb-helper` to your project's `composer.json` file such as:

```sh
composer require subjective-php/mongodb-helper
```