ali-qorbani / mongodb-crud
a simple package for crud execution with connection to mongodb
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/ali-qorbani/mongodb-crud
Requires
- mongodb/mongodb: ^1.9
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-01-07 06:43:10 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.