kosatyi/mango-php

PHP MongoDB Models

v0.0.3 2020-06-02 01:25 UTC

This package is auto-updated.

Last update: 2024-04-04 18:14:09 UTC


README

MongoDB Models implementation

68747470733a2f2f706f7365722e707567782e6f72672f6b6f73617479692f6d616e676f2d7068702f76657273696f6e 68747470733a2f2f706f7365722e707567782e6f72672f6b6f73617479692f6d616e676f2d7068702f646f776e6c6f616473 68747470733a2f2f706f7365722e707567782e6f72672f6b6f73617479692f6d616e676f2d7068702f6c6963656e7365

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"
  }
}