1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-02 14:30:48 +00: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. * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
* [Predis](https://github.com/predis/predis) - A feature complete Redis library. * [Predis](https://github.com/predis/predis) - A feature complete Redis library.
* [MongoDB](https://github.com/mongodb/mongo-php-driver) - The MongoDB PHP Driver.
### Queue ### Queue
*Libraries for working with event and task queues.* *Libraries for working with event and task queues.*