kosatyi/mango-php

PHP MongoDB Models

Maintainers

Package info

github.com/kosatyi/mango-php

Homepage

pkg:composer/kosatyi/mango-php

Statistics

Installs: 54

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-04 22:11:27 UTC


README

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