ali-qorbani/mongodb-crud

a simple package for crud execution with connection to mongodb

0.0.1 2021-10-11 23:01 UTC

This package is auto-updated.

Last update: 2025-07-07 05:39:45 UTC


README

you can use this package as your php project standalone or include necessary class and files into your project

how to use.

  1. simply you can download this as zipped file or clone it by https://github.com/aliqorbani/mongo-php-crud.git command
  2. run composer install or composer update command to fetch required packages.
  3. you can include mongoClass.php and/or responseClass.php in your own project or checkout the index.php to figure the usage of curd(create/update/read/delete) functions.