abhiaay/php-mongo-query

PHP MongoDB query for generate aggregation

v1.0.0 2024-01-11 02:27 UTC

This package is auto-updated.

Last update: 2024-05-11 04:27:08 UTC


README

  • PHP > 8.0

How To Install

composer require abhiaay/php-mongo-query

How To Use

<?php

use Abhiaay\PhpMongoQuery\Aggregation;

Aggregation::where('name', 'lorem');

make sure you include the vendor/autoload.php inside your script