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
Requires
- mongodb/mongodb: ^1.9
Requires (Dev)
- roave/security-advisories: dev-latest
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.
- 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.