This package is a laravel friendly wrapper around mongodb-odm library which provides a PHP object mapping functionality for MongoDB. This package which supports multiple connections and multi-collection transactions (use with caution).
Checkout my Documentation to get started.
You can install the package via composer:
composer require delta4op/laravel-mongodb
Publish the config file with: MANDATORY
php artisan vendor:publish --tag=":laravel-mongodb-config"
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.