Skip to content

abhiaay/PHPMongoQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequirements

  • 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