ali-qorbani / mongodb-crud
a simple package for crud execution with connection to mongodb
Package info
github.com/aliqorbani/mongo-php-crud
Type:project
pkg:composer/ali-qorbani/mongodb-crud
0.0.1
2021-10-11 23:01 UTC
Requires
- mongodb/mongodb: ^1.9
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-04-07 07:14:28 UTC
README
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.gitcommand - run
composer installorcomposer updatecommand 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.