From 6f70bafb370f1a3c3d9e87761fd55a521498d526 Mon Sep 17 00:00:00 2001 From: Michael Lynn Date: Wed, 16 Jun 2021 09:07:29 -0400 Subject: [PATCH] Add MongoDB PHP Driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3db7fa4..2232dc9 100644 --- a/README.md +++ b/README.md @@ -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.*