mongodb-crud for php
you can use this package as your php project standalone or include necessary class and files into your project
how to use.
- simply you can download this as zipped file or clone it by
https://github.com/aliqorbani/mongo-php-crud.git
command - run
composer install
orcomposer update
command to fetch required packages. - 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.