Download the PHP package devitek/monga without Composer
On this page you can find all versions of the php package devitek/monga. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devitek/monga
More information about devitek/monga
Files in devitek/monga
Package monga
Short Description MongoDB Abstraction Layer
License MIT
Homepage https://github.com/thephpleague/monga
Informations about the package monga
Monga
A simple and swift MongoDB abstraction layer for PHP 5.4+
What's this all about?
- An easy API to get connections, databases and collections.
- A filter builder that doesn't make your mind go nuts.
- All sorts of handy update functions.
- An abstraction for sorting single results.
- GridFS support for a Mongo filesystem.
- Easy aggregation and distinct values.
Vision
Monga was created with the acknowledgment of the MongoDB PHP package already being pretty awesome. That's why in a lot of cases Monga is just a simple wrapper around the MongoDB classes. It provides some helpers and helps you set up queries using a query builder. Which you can also choose not to use! Everything will still work accordingly. During the development, a lot of planning has gone into creating a nice streamlined API that closely follows the MongoDB base classes, while complementing existing query builders for SQL-like databases.
Install
Via Composer
Usage
Aggregation
A big part of the newly released MongoDB pecl package is aggregation support. Which is super easy to do with Monga:
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Frank de Jonge
- All Contributors
License
The MIT License (MIT). Please see License File for more information.