1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-28 19:50:03 +02:00

Add MongoDB PHP Driver

This commit is contained in:
Michael Lynn
2021-06-16 09:07:29 -04:00
parent 4e506f7a6b
commit 6f70bafb37

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.*