Add MongoDB PHP Driver

This commit is contained in:
Michael Lynn 2021-06-16 09:07:29 -04:00
parent 4e506f7a6b
commit 6f70bafb37
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ Libraries to help manage database schemas and migrations.
* [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
* [Predis](https://github.com/predis/predis) - A feature complete Redis library.
* [MongoDB](https://github.com/mongodb/mongo-php-driver) - The MongoDB PHP Driver.
### Queue
*Libraries for working with event and task queues.*