kosatyi / mango-php
PHP MongoDB Models
v0.0.3
2020-06-02 01:25 UTC
Requires
- php: >=5.5
- ext-ctype: *
- ext-mongodb: ^1.2.0
- mongodb/mongodb: ^1.1
This package is auto-updated.
Last update: 2024-11-04 19:22:41 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" } }