Merge pull request #1150 from mrlynn/master

Add MongoDB PHP Driver
This commit is contained in:
Alexander Kartavenko 2024-01-05 17:02:27 +02:00 committed by GitHub
commit 4b2348e059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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