From 4823cd94d1138cc4f5569b44af18b48fdaca05b5 Mon Sep 17 00:00:00 2001 From: rustagir Date: Fri, 16 Aug 2024 17:15:00 -0400 Subject: [PATCH 1/2] DOCSP-42662: flystem gridfs adapter php --- source/php-libraries.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/php-libraries.txt b/source/php-libraries.txt index 86dc40a34..49c62a1f7 100644 --- a/source/php-libraries.txt +++ b/source/php-libraries.txt @@ -90,6 +90,12 @@ Framework Integrations - `MongoDB Extension for Yii 2 `__ is a MongoDB integration for the Yii 2 framework. +- Flysystem + + - `MongoDB GridFS Adapter `__ + is an adapter to interact with MongoDB :manual:`GridFS + ` by using Flysystem. + Tools and Projects ------------------ From 9c616eb124eb72b8a1b4737cf67f453a2f250252 Mon Sep 17 00:00:00 2001 From: rustagir Date: Mon, 19 Aug 2024 09:26:57 -0400 Subject: [PATCH 2/2] MW suggestion --- source/php-libraries.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php-libraries.txt b/source/php-libraries.txt index 49c62a1f7..587c79776 100644 --- a/source/php-libraries.txt +++ b/source/php-libraries.txt @@ -93,8 +93,8 @@ Framework Integrations - Flysystem - `MongoDB GridFS Adapter `__ - is an adapter to interact with MongoDB :manual:`GridFS - ` by using Flysystem. + allows you to interact with MongoDB :manual:`GridFS ` + by using Flysystem. Tools and Projects ------------------