Skip to content

kosatyi/mango-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Install with Composer

If you’re using Composer, you can run the following command:

composer require kosatyi/mango-php

Or add dependency manually in composer.json

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