Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kosatyi/mango-php

PHP MongoDB models implementation
https://github.com/kosatyi/mango-php

mongodb mongodb-orm

Last synced: about 2 months ago
JSON representation

PHP MongoDB models implementation

Awesome Lists containing this project

README

        

# Mango-PHP

MongoDB Models implementation





## Installation

### System Requirements

PHP 5.4 and later.

### Dependencies

Mango-PHP require the following extension in order to work properly:

- [`mongodb`](https://secure.php.net/manual/en/book.mongodb.php)

### Install with Composer

If you’re using [Composer](https://getcomposer.org/), you can run the following command:

```cmd
composer require kosatyi/mango-php
```

Or add dependency manually in `composer.json`

```json
{
"require": {
"kosatyi/mango-php":"^0.0.1"
}
}

```